Re: [Matplotlib-users] axes through origin (0,0)

2009-01-16 Thread John Hunter
On Fri, Jan 16, 2009 at 9:47 AM, Zoho Vignochi wrote: > Hello: > > I would like to place the x label and y label to be placed above lines > running through the origin (0,0). I am happy to leave the tick markings > on the border around the plot. > > I currently use a > ax.axvline(x=0, color='black'

[Matplotlib-users] axes through origin (0,0)

2009-01-16 Thread Zoho Vignochi
Hello: I would like to place the x label and y label to be placed above lines running through the origin (0,0). I am happy to leave the tick markings on the border around the plot. I currently use a ax.axvline(x=0, color='black') ax.axhline(y=0, color='black') to get the lines, but how to get