[matplotlib-devel] "Live Security Virtual Conference" ad

2012-05-25 Thread Jason Grout
I just noticed at the bottom of each message in a dozen or so that I checked from the last few days, I see an ad entitled "Live Security Virtual Conference". I don't see these ads on messages in the sourceforge archive [1], but I do see them on the gmane mirror [2]. I also see the ad in a rep

Re: [matplotlib-devel] plot() with a nearly-constant sequence doesn't always work

2012-05-25 Thread Eric Firing
On 05/25/2012 12:46 PM, Dan Drake wrote: > Hello matplotlib developers, > > In Sage, we've run into a problem with plotting a sequence whose > y-values change by very small amounts. Here's an example that doesn't > use anything from Sage: > > import pylab > pylab.plot([0, 1], [0, 1e-14]) > pylab.sa

[matplotlib-devel] plot() with a nearly-constant sequence doesn't always work

2012-05-25 Thread Dan Drake
Hello matplotlib developers, In Sage, we've run into a problem with plotting a sequence whose y-values change by very small amounts. Here's an example that doesn't use anything from Sage: import pylab pylab.plot([0, 1], [0, 1e-14]) pylab.savefig("works.png") pylab.close() pylab.plot([0, 1], [1, 1