[Matplotlib-users] Properly aligned tick labels on the inside

2007-07-12 Thread Anthony M. Floyd
Hi All, I'm trying to plot tick labels on the inside (ie data side) of a typical x-y plot. My setup is Python 2.5.1, matplotlib 0.90.0 on WinXP. I've been able to accomplish this by adjusting the padding of the individual ticks, but it doesn't quite accomplish what I want. For example, imagine

Re: [Matplotlib-users] Legend Markers

2007-07-12 Thread Darren Dale
On Thursday 12 July 2007 6:44:53 pm Rodrigo López Negrete de la Fuente wrote: > Hi group, > > I'm trying to plot certain data sets with different markers and line > styles, and to add legends to distinguish between them. I'm using > matplotlib through pylab. > > My concern is that the added legend

[Matplotlib-users] Legend Markers

2007-07-12 Thread Rodrigo López Negrete de la Fuente
Hi group, I'm trying to plot certain data sets with different markers and line styles, and to add legends to distinguish between them. I'm using matplotlib through pylab. My concern is that the added legend uses 4 markers and the line style is barely visible. Is there any way to make it use only

Re: [Matplotlib-users] question on the use of annotate

2007-07-12 Thread Eric Firing
Johann Rohwer wrote: > On Thursday, 12 July 2007, Mark Bakker wrote: >> Hello, I never noticed the 'annotate' option in pylab. >> I have been trying unsuccesfully to get it to work. >> I am working in interactive mode and get the following error. >> Thanks for any help, Mark >> > plot([1,2,3])

Re: [Matplotlib-users] question on the use of annotate

2007-07-12 Thread Johann Rohwer
On Thursday, 12 July 2007, Mark Bakker wrote: > Hello, I never noticed the 'annotate' option in pylab. > I have been trying unsuccesfully to get it to work. > I am working in interactive mode and get the following error. > Thanks for any help, Mark > > >>> plot([1,2,3]) > >>> > >>> annotate( 'Mark'

[Matplotlib-users] question on the use of annotate

2007-07-12 Thread Mark Bakker
Hello, I never noticed the 'annotate' option in pylab. I have been trying unsuccesfully to get it to work. I am working in interactive mode and get the following error. Thanks for any help, Mark plot([1,2,3]) annotate( 'Mark', (1,2), (1,2.5) ) Traceback (most recent call last): File "", li

Re: [Matplotlib-users] Text line spacing control

2007-07-12 Thread Eric Firing
James Boyle wrote: > As a coincidence, just today I was trying to figure out how to > increase the spacing between the lines in the title of my plot. > I too, would like some means to control this. You've got it now in svn. Be aware that mpl now requires numpy. That doesn't mean you can't use