Re: [Matplotlib-users] [n00b] removing y axis and keeping x

2008-04-20 Thread Daniel Fetchinson
On 4/19/08, Eric Firing <[EMAIL PROTECTED]> wrote: > Daniel Fetchinson wrote: > [...] > > Yes, this would be really useful. For the moment I'll just turn off > > all axis, I managed to do that. By the way is it possible to just turn > > off the axis and not the tick labels? > > In your example belo

Re: [Matplotlib-users] [n00b] removing y axis and keeping x

2008-04-19 Thread Eric Firing
Daniel Fetchinson wrote: [...] > Yes, this would be really useful. For the moment I'll just turn off > all axis, I managed to do that. By the way is it possible to just turn > off the axis and not the tick labels? In your example below you could try graph.set_frame_on(False) That will leave the ti

Re: [Matplotlib-users] [n00b] removing y axis and keeping x

2008-04-19 Thread Daniel Fetchinson
> > I'm a total beginner to matplotlib so please forgive me if this is > > standard stuff. I've read through the user guide, tutorial, searched > > all over the place but couldn't figure it out on my own. > > > > Normally, matplotlib puts the graph in a box, left y axis, bottom x > > axis, right y

Re: [Matplotlib-users] [n00b] removing y axis and keeping x

2008-04-19 Thread Eric Firing
Daniel Fetchinson wrote: > I'm a total beginner to matplotlib so please forgive me if this is > standard stuff. I've read through the user guide, tutorial, searched > all over the place but couldn't figure it out on my own. > > Normally, matplotlib puts the graph in a box, left y axis, bottom x >

[Matplotlib-users] [n00b] removing y axis and keeping x

2008-04-19 Thread Daniel Fetchinson
I'm a total beginner to matplotlib so please forgive me if this is standard stuff. I've read through the user guide, tutorial, searched all over the place but couldn't figure it out on my own. Normally, matplotlib puts the graph in a box, left y axis, bottom x axis, right y axis, top x axis. What