Re: [Matplotlib-users] legend: changing the text colour

2010-09-06 Thread karianne
uot;+", color=col) > l2.remove() # remove from the axes > > legend([l2], [leg]) > Does it make a difference whether I remove l2 from the axes or not? I can't see that it is plotting anything at all so I am curious as to what I am missing here.. Cheers, Karianne -- View thi

Re: [Matplotlib-users] legend: changing the text colour

2010-09-06 Thread karianne
uot;+", color=col) > l2.remove() # remove from the axes > > legend([l2], [leg]) > Does it make a difference whether I remove l2 from the axes or not? I can't see that it is plotting anything at all so I am curious as to what I am missing here.. Cheers, Karianne -- View thi

[Matplotlib-users] legend: changing the text colour

2010-09-03 Thread karianne
orum, other forums, and google, without finding an answer to my questions. If there is another post or webpage already dealing with these problems I apologise for posting them here too and ask you to please direct me to the right pages. Cheers, Karianne -- View this message in context: http://old.n

Re: [Matplotlib-users] problem importing pyplot/pylab on mac os x 10.4.11

2010-07-13 Thread Karianne Holhjem
It works! Awsome! Thank you so much!! I guess it is generally better to install everything that's using each other's programs at the same time, or update what you already have to the latest version upon installing more stuff. Cheers, Karianne On Fri, 9 Jul 2010, John Hunter wrote:

Re: [Matplotlib-users] problem importing pyplot/pylab on mac os x 10.4.11

2010-07-09 Thread Karianne Holhjem
Hi, I changed the script to what you suggested and this is the output: [karianneholhjem:~] karianne% python bla.py --verbose-helpful $HOME=/Users/karianne CONFIGDIR=/Users/karianne/.matplotlib matplotlib data path /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages

[Matplotlib-users] problem importing pyplot/pylab on mac os x 10.4.11

2010-07-08 Thread Karianne Holhjem
plot nor pylab: [kariannelap:~] karianne% python Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib as mpl