Re: [Matplotlib-users] Colorbar for pcolor plot

2009-05-20 Thread John Hunter
On Wed, May 20, 2009 at 9:53 AM, Ryan May rma...@gmail.com wrote: Thanks for the full example, but if you carefully read the exception, it was telling you the problem. :) plot1 here is an axes object, which does not have a colorbar() method. Instead, you should change that to:

Re: [Matplotlib-users] Colorbar for pcolor plot

2009-05-20 Thread Ryan May
On Wed, May 20, 2009 at 10:04 AM, John Hunter jdh2...@gmail.com wrote: On Wed, May 20, 2009 at 9:53 AM, Ryan May rma...@gmail.com wrote: Thanks for the full example, but if you carefully read the exception, it was telling you the problem. :) plot1 here is an axes object, which does not

[Matplotlib-users] setting x-Axis of bar() element in wxwidget application

2009-05-20 Thread Markus Feldmann
Hi All, i am programming an application which extracts binary values from 6 files and plots this values in a bar() element and another one. The bar Elements are partial one upon the other. I think this results of my my small x values. y1 = [1 0] y2 = [1 0] y3 = [1 1] x = [ 0. 0.0002149]

Re: [Matplotlib-users] ANN: matplotlib-0.98.5.3

2009-05-20 Thread John Hunter
On Mon, May 18, 2009 at 5:34 PM, Adam Mercer ramer...@gmail.com wrote: On Mon, May 18, 2009 at 07:56, John Hunter jdh2...@gmail.com wrote: I have uploaded the source and OSX binaries for the bugfix release of matplotlib-0.98.5.3 to  

[Matplotlib-users] How has dates and autoscaling changed from 0.91.2 to 0.98.5.2

2009-05-20 Thread Joshua J. Kugler
So, my code has been running without flaw for quite some time now, and thanks to the help of some folks here a few months back, I'm learning more about matplotlib. But today I hit a wall. Under matplotlib 0.91.2/Py2.5, I'm getting this graph: http://joshuakugler.com/images/good_graph.png Very

Re: [Matplotlib-users] How has dates and autoscaling changed from 0.91.2 to 0.98.5.2

2009-05-20 Thread John Hunter
On Wed, May 20, 2009 at 9:36 PM, Joshua J. Kugler jos...@eeinternet.com wrote: So, my code has been running without flaw for quite some time now, and thanks to the help of some folks here a few months back, I'm learning more about matplotlib.  But today I hit a wall. Under matplotlib