Re: [Matplotlib-users] dashes and dpi?

2008-02-02 Thread Wayne E. Harlan
Mark Bakker wrote: > Yet here you claim that 1pt = 1/72 inch. > Is that always the case? Kind of. This is a typesetting measurement originally having nothing to do with computers, displays or graphics files. However at Wikipedia they say its definition has changed over time. http://en.wikiped

[Matplotlib-users] Can I change placement of X-Axis?

2008-02-02 Thread volcs0
I saw one post related to arbitrary axis positioning from 2005, but there was no solution. I'd like to generate a plot similar to this: http://www.nabble.com/file/p15246318/250027952-L.png Is there a way to move the X-axis to Y=0 - and remove the bounding box? Thanks. -- View this message i

Re: [Matplotlib-users] Can I change placement of X-Axis?

2008-02-02 Thread Eric Firing
volcs0 wrote: > I saw one post related to arbitrary axis positioning from 2005, but there was > no solution. It is still on the wish list. Eric > > I'd like to generate a plot similar to this: > > http://www.nabble.com/file/p15246318/250027952-L.png > > Is there a way to move the X-axis to Y

Re: [Matplotlib-users] Can I change placement of X-Axis?

2008-02-02 Thread John Hunter
On Feb 2, 2008 3:06 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > volcs0 wrote: > > I saw one post related to arbitrary axis positioning from 2005, but there > > was > > no solution. > > It is still on the wish list. Though with a little hacking, you can emulate it by manually drawing everything y

Re: [Matplotlib-users] Can I change placement of X-Axis?

2008-02-02 Thread volcs0
Perfect. Thank you. I saw a reference to this hack in the 2005 post, but the linked forum post was inaccessible to me (as a non-developer). Thanks again. John Hunter-4 wrote: > > On Feb 2, 2008 3:06 PM, Eric Firing <[EMAIL PROTECTED]> wrote: >> volcs0 wrote: >> > I saw one post related to ar