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
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
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