Re: [matplotlib-devel] imshow: set_extent

2007-08-15 Thread Darren Dale
On Wednesday 15 August 2007 04:28:19 pm Darren Dale wrote: > Also, does aspect='equal' work with the object oriented interface? short answer: yes, if you expect it to do what its supposed to do. - This SF.net email is sponsor

[matplotlib-devel] imshow: set_extent

2007-08-15 Thread Darren Dale
I'm doing something along the lines of: create an initial image with imshow add a colorbar update the image using the image's set_data method Occassionally, the extents of the image will change. How do I handle that? The only place I can find to set the extents is in the call to imshow. The res

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

Re: [matplotlib-devel] patch: step function plotting

2007-08-15 Thread Manuel Metz
Hi, okay, I have added a keyword 'where' as suggested. I also now changed the way the incoming data is converted. I took this from the axes.pie() function. I don't know much about the unit types yet :-( Concerning masked arrays: Do I have to consider something special there? Manuel Ted Drain