Re: [matplotlib-devel] New spines capabilities question

2009-12-20 Thread Andrew Straw
John Hunter wrote: > On Fri, Aug 7, 2009 at 11:54 AM, Andrew Straw wrote: > > >>> But would this also make the spine have the larger limits? Basically, >>> I want know if the spines can be used to create Tufte-style >>> range-frames. Am I correct in thinking that these spines provide that? >>>

Re: [matplotlib-devel] New spines capabilities question

2009-08-07 Thread John Hunter
On Fri, Aug 7, 2009 at 11:54 AM, Andrew Straw wrote: >> But would this also make the spine have the larger limits?  Basically, >> I want know if the spines can be used to create Tufte-style >> range-frames.  Am I correct in thinking that these spines provide that? > Although I don't have a precise

Re: [matplotlib-devel] New spines capabilities question

2009-08-07 Thread Andrew Straw
Brian Granger wrote: > > > I think this happens in all mpl graphs, you just don't see it. The > axis limits are set to -2..2, and the sine is draw from -2..2. The > linewidth extends beyond 2, so it is clipped by the axes clipping to > the bounding rectangle. Normally you don't

Re: [matplotlib-devel] New spines capabilities question

2009-08-06 Thread John Hunter
On Thu, Aug 6, 2009 at 1:01 PM, Brian Granger wrote: > Hi, > > Congrats on the latest matplotlib release.  Looks like there are some > *really* impressive new things in there.  I was just looking at the spines > docs: > > http://matplotlib.sourceforge.net/examples/pylab_examples/spine_placement_dem