You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(12) |
Sep
(12) |
Oct
(56) |
Nov
(65) |
Dec
(37) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(59) |
Feb
(78) |
Mar
(153) |
Apr
(205) |
May
(184) |
Jun
(123) |
Jul
(171) |
Aug
(156) |
Sep
(190) |
Oct
(120) |
Nov
(154) |
Dec
(223) |
| 2005 |
Jan
(184) |
Feb
(267) |
Mar
(214) |
Apr
(286) |
May
(320) |
Jun
(299) |
Jul
(348) |
Aug
(283) |
Sep
(355) |
Oct
(293) |
Nov
(232) |
Dec
(203) |
| 2006 |
Jan
(352) |
Feb
(358) |
Mar
(403) |
Apr
(313) |
May
(165) |
Jun
(281) |
Jul
(316) |
Aug
(228) |
Sep
(279) |
Oct
(243) |
Nov
(315) |
Dec
(345) |
| 2007 |
Jan
(260) |
Feb
(323) |
Mar
(340) |
Apr
(319) |
May
(290) |
Jun
(296) |
Jul
(221) |
Aug
(292) |
Sep
(242) |
Oct
(248) |
Nov
(242) |
Dec
(332) |
| 2008 |
Jan
(312) |
Feb
(359) |
Mar
(454) |
Apr
(287) |
May
(340) |
Jun
(450) |
Jul
(403) |
Aug
(324) |
Sep
(349) |
Oct
(385) |
Nov
(363) |
Dec
(437) |
| 2009 |
Jan
(500) |
Feb
(301) |
Mar
(409) |
Apr
(486) |
May
(545) |
Jun
(391) |
Jul
(518) |
Aug
(497) |
Sep
(492) |
Oct
(429) |
Nov
(357) |
Dec
(310) |
| 2010 |
Jan
(371) |
Feb
(657) |
Mar
(519) |
Apr
(432) |
May
(312) |
Jun
(416) |
Jul
(477) |
Aug
(386) |
Sep
(419) |
Oct
(435) |
Nov
(320) |
Dec
(202) |
| 2011 |
Jan
(321) |
Feb
(413) |
Mar
(299) |
Apr
(215) |
May
(284) |
Jun
(203) |
Jul
(207) |
Aug
(314) |
Sep
(321) |
Oct
(259) |
Nov
(347) |
Dec
(209) |
| 2012 |
Jan
(322) |
Feb
(414) |
Mar
(377) |
Apr
(179) |
May
(173) |
Jun
(234) |
Jul
(295) |
Aug
(239) |
Sep
(276) |
Oct
(355) |
Nov
(144) |
Dec
(108) |
| 2013 |
Jan
(170) |
Feb
(89) |
Mar
(204) |
Apr
(133) |
May
(142) |
Jun
(89) |
Jul
(160) |
Aug
(180) |
Sep
(69) |
Oct
(136) |
Nov
(83) |
Dec
(32) |
| 2014 |
Jan
(71) |
Feb
(90) |
Mar
(161) |
Apr
(117) |
May
(78) |
Jun
(94) |
Jul
(60) |
Aug
(83) |
Sep
(102) |
Oct
(132) |
Nov
(154) |
Dec
(96) |
| 2015 |
Jan
(45) |
Feb
(138) |
Mar
(176) |
Apr
(132) |
May
(119) |
Jun
(124) |
Jul
(77) |
Aug
(31) |
Sep
(34) |
Oct
(22) |
Nov
(23) |
Dec
(9) |
| 2016 |
Jan
(26) |
Feb
(17) |
Mar
(10) |
Apr
(8) |
May
(4) |
Jun
(8) |
Jul
(6) |
Aug
(5) |
Sep
(9) |
Oct
(4) |
Nov
|
Dec
|
| 2017 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
1
(11) |
2
(1) |
|
3
(5) |
4
(25) |
5
(14) |
6
(36) |
7
(13) |
8
(15) |
9
|
|
10
(5) |
11
(5) |
12
(11) |
13
(15) |
14
(9) |
15
(16) |
16
(3) |
|
17
(13) |
18
(7) |
19
(9) |
20
(12) |
21
(2) |
22
(6) |
23
|
|
24
(2) |
25
(1) |
26
(16) |
27
(7) |
28
(11) |
29
(8) |
30
(1) |
|
From: Russell E. O. <ro...@ce...> - 2006-09-22 17:39:44
|
Here are instructions for building a universal matplotlib for MacOS X from source. The topic comes up once in awhile and having just fought through it, I figured it was best to post instructions. Thanks to Charlie Moad and mpsuzuki for their valuable assistance. 1) Install the prerequisites: 1.1) libz is included with MacOS X 10.4. If you ever installed a copy yourself, get rid of it or make sure it's universal. 1.2) Install libpng. Get source, unpack and: - Configure it for a universal build. On a PPC system (this should be two lines; you may have to manually unwrap the first line): $ CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \ ./configure --disable-dependency-tracking - On an Intel system use this simpler version: $ CFLAGS="-arch i386 -arch ppc" \ ./configure --disable-dependency-tracking - Build and install as usual: $ make $ sudo make install - If you plan to redistribute matplotlib, delete the dynamic library so matplotlib statically links to libpng: $ sudo rm /usr/local/lib/libpng*.dylib 1.3) Install freetype. Do *NOT* use version 2.2.1; it is broken on MacOS X (but fixed in CVS). 2.1.10 works fine. Get source, unpack, and install exactly as for libpng except: - Before building, you may wish to modify include/freetype/configure/ftoption.h to enable hinting: uncomment #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER perhaps comment out #define TT_CONFIG_OPTION_UNPATENTED_HINTING - After building, you *MUST* delete the dynamic library. At least for version 2.1.10 and 2.2.1 it is *NOT* universal, only the static library is universal. $ sudo rm /usr/local/lib/libfreetype*.dylib 2) Make sure you have a universal python installed, e.g. MacPython from <http://pythonmac.org/packages/> 3) Install matplotlib in the usual fashion: $ python setup.py build $ sudo python setup.py install (I didn't try easy_install, but I suspect it works too) -- Russell P.S. The instructions for running configure to get a universal binary are from Apple Tech Note 2137: <http://developer.apple.com/technotes/tn2005/tn2137.html> with the correction that LDFLAGS must *NOT* be defined (issue number 4387241 in Apple Bug Reporter database). Fortunately it is not necessary, and suggesting otherwise is a mistake in the tech note. If you forget --disable-dependency-tracking you'll get error messages saying you have an incompatible set of compiler flags. |
|
From: John H. <jdh...@ac...> - 2006-09-22 13:48:03
|
>>>>> "fred" == fred <fr...@gm...> writes:
fred> Hi the list, Is it possible to have some curves not legended
fred> ?
ax.plot(x,y,label='_nolegend_')
Help on function legend in module matplotlib.pylab:
legend(*args, **kwargs)
LEGEND(*args, **kwargs)
Place a legend on the current axes at location loc. Labels are a
sequence of strings and loc can be a string or an integer
specifying the legend location
USAGE:
Make a legend with existing lines
>>> legend()
legend by itself will try and build a legend using the label
property of the lines/patches/collections. You can set the
label of a line by doing plot(x, y, label='my data') or
line.set_label('mydata'). If label is set to '_nolegend_', the
item will not be shown in legend.
JDH
|
|
From: giandomenico b. <gia...@gm...> - 2006-09-22 12:53:07
|
Hi to all, I'm writing a web application with zope+python. I've made a first try to insert a graph using zope external method an following the instruction reported in this sample: http://www.scipy.org/Cookbook/Matplotlib/Matplotlib_and_Zope I have some problem with the imports; zope tell me: Error Type: ImportError Error Value: cannot import name FigureCanvasAgg This is due to the instruction 7: 1 import matplotlib 2 matplotlib.use('Agg') 3 from pylab import * 4 from os import * 5 from StringIO import StringIO 6 from PIL import Image as PILImage 7 from matplotlib.backends.backend_agg import FigureCanvasAgg [...] The path of the file backends_agg.py is correct. Have you got any suggestion. Thanks. |
|
From: fred <fr...@gm...> - 2006-09-22 10:49:20
|
Hi the list, Is it possible to have some curves not legended ? A sample example is better : http://fredantispam.free.fr/foo.png I whish the pointed curves to be not displayed in the legend box. How can I do this ? Cheers, --=20 =AB Python, c'est un peu comme la ba=EFonnette en 14, faut toujours sorti= r avec, et pas h=E9siter d'en mettre un coup en cas de besoin. =BB J.-Ph. D. |
|
From: fred <fr...@gm...> - 2006-09-22 09:56:33
|
Hi the list,
I have looked for in mailing-list archive, but did not find anything
relevant.
I use matplotlib 0.87-5 and I want to try some examples concerning fonts
in .examples/.
When I run fonts_demo.py, I get the following messages :
:~...matplotlib-0.87.5/examples/{58}/> python fonts_demo.py
/usr/local/lib/python2.4/site-packages/matplotlib/font_manager.py:989:
UserWarning: Could not match cursive, normal, normal. Returning
/usr/local/lib/python2.4/site-packages/matplotlib/mpl-data/Vera.ttf
warnings.warn('Could not match %s, %s, %s. Returning %s' % (name,
style, variant, self.defaultFont))
/usr/local/lib/python2.4/site-packages/matplotlib/font_manager.py:989:
UserWarning: Could not match fantasy, normal, normal. Returning
/usr/local/lib/python2.4/site-packages/matplotlib/mpl-data/Vera.ttf
warnings.warn('Could not match %s, %s, %s. Returning %s' % (name,
style, variant, self.defaultFont))
/usr/local/lib/python2.4/site-packages/matplotlib/font_manager.py:989:
UserWarning: Could not match sans-serif, italic, normal. Returning
/usr/local/lib/python2.4/site-packages/matplotlib/mpl-data/Vera.ttf
warnings.warn('Could not match %s, %s, %s. Returning %s' % (name,
style, variant, self.defaultFont))
What am I doing wrong ?
In fact, all fonts displayed in the window are the same.
Any suggestion ?
Cheers,
PS : python 2.4, freetype-2.1.7-6, libpng-1.2.8 on a debian sarge linux b=
ox.
--=20
=AB Python, c'est un peu comme la ba=EFonnette en 14, faut toujours sorti=
r avec,
et pas h=E9siter d'en mettre un coup en cas de besoin. =BB
J.-Ph. D.
|
|
From: Peter B. <Pet...@ug...> - 2006-09-22 07:36:59
|
Hello,
I can't seem to get matplotlib-0.87.5 to work with numpy1.0rc:
Python 2.4.3 (#1, Sep 21 2006, 13:06:42)
[GCC 4.1.1 (Gentoo 4.1.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pylab import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib64/python2.4/site-packages/pylab.py", line 1, in ?
from matplotlib.pylab import *
File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line 196, in ?
import cm
File "/usr/lib/python2.4/site-packages/matplotlib/cm.py", line 5, in ?
import colors
File "/usr/lib/python2.4/site-packages/matplotlib/colors.py", line 33, in ?
from numerix import array, arange, take, put, Float, Int, where, \
File "/usr/lib/python2.4/site-packages/matplotlib/numerix/__init__.py", line
74, in ?
Matrix = matrix
NameError: name 'matrix' is not defined
This is on an AMD64 platform. I tried removing the build directories of both
packages, and reinstalling, but that didn't work.
Am I missing something?
Thanks!
Peter
|