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
> "fred" == fred <[EMAIL PROTECTED]> 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 th
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_ZopeI have some problem with the imports; zope tell me:
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,
--
« Python, c'est un peu comme la baïonnette en 14, faut toujours so
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.p
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 "", line 1,