Re: [Matplotlib-users] Line2D and ticks are misaligned in TkAgg backend

2013-03-10 Thread Aditya Gilra
ose... -Aditya. > > From: Benjamin Root >To: Aditya Gilra >Cc: "matplotlib-users@lists.sourceforge.net" > >Sent: Friday, 1 March 2013 12:10 AM >Subject: Re: [Matplotlib-users] Line2D and ticks are misaligned in TkAgg >backend &g

Re: [Matplotlib-users] Line2D and ticks are misaligned in TkAgg backend

2013-02-28 Thread Benjamin Root
On Thu, Feb 28, 2013 at 7:00 AM, Aditya Gilra wrote: > Hi, > > I need to set the frame off for my plots, so that I can have axes only on > the sides I want, rather than on all four sides. > I do it this way: > > from pylab import * > > fig = figure(figsize=(3,2),dpi=300,facecolor='w') > ax = fig.a

[Matplotlib-users] Line2D and ticks are misaligned in TkAgg backend

2013-02-28 Thread Aditya Gilra
Hi, I need to set the frame off for my plots, so that I can have axes only on the sides I want, rather than on all four sides. I do it this way: from pylab import * fig = figure(figsize=(3,2),dpi=300,facecolor='w') ax = fig.add_subplot(111,frameon=False) ax.add_artist(Line2D((0, 0), (0, 1),colo