Re: [matplotlib-devel] Cannot set nonpositive limits with log transform

2007-08-15 Thread Darren Dale
On Wednesday 15 August 2007 03:18:25 pm you wrote: > On Wed, Aug 15, 2007 at 09:57:21AM -0400, Darren Dale wrote: > > On Tuesday 14 August 2007 07:35:43 pm Darren Dale wrote: > > > I'm developing an application for work and need to plot some spectra on > > > a logscale. I can recreate my problem wi

Re: [matplotlib-devel] Cannot set nonpositive limits with log transform

2007-08-15 Thread Paul Kienzle
On Wed, Aug 15, 2007 at 09:57:21AM -0400, Darren Dale wrote: > On Tuesday 14 August 2007 07:35:43 pm Darren Dale wrote: > > I'm developing an application for work and need to plot some spectra on a > > logscale. I can recreate my problem with embedding_in_qt4, by replacing > > MyDynamicMplCanvas.co

Re: [matplotlib-devel] Cannot set nonpositive limits with log transform

2007-08-15 Thread Darren Dale
On Tuesday 14 August 2007 07:35:43 pm Darren Dale wrote: > I'm developing an application for work and need to plot some spectra on a > logscale. I can recreate my problem with embedding_in_qt4, by replacing > MyDynamicMplCanvas.compute_initial_figure with this: > > def compute_initial_figure(se

[matplotlib-devel] Cannot set nonpositive limits with log transform

2007-08-14 Thread Darren Dale
mpl hates my guts today. I'm developing an application for work and need to plot some spectra on a logscale. I can recreate my problem with embedding_in_qt4, by replacing MyDynamicMplCanvas.compute_initial_figure with this: def compute_initial_figure(self): self.axes.plot([0, 1, 2,