I am glad to see you can reproduce the error, Stan.
I am running whatever is default with a PythonXY installation (sorry my
windows machine is at work).
Strange behavior.
The code works fine on my mac (PyQt4 backend) with all options
(show,draw,pause).
Should we file a bug report?
Mark
On Thu, Aug
Hi.
i wanted to make a colorbar for a dataset. dataset has 50 different values.
so instead of entering a different color for 50 values one by one, i tried
the code below.
here is what happens:
1- two different data value is painted same color.
changing the color number to some value, sometimes
On Wed, Aug 8, 2012 at 7:03 AM, darkside wrote:
>
>
> -- Forwarded message --
> From: darkside
> Date: 2012/8/2
> Subject: Re: [Matplotlib-users] zoomed in detail box
> To: Jae-Joon Lee
>
>
> Hi everyone!
>
> I'm also trying to do a detailed zoomed area of my plot, but I can't
>
From: Mark Bakker [mailto:mark...@gmail.com]
Sent: Tuesday, August 07, 2012 06:42
I tried a few things and found out that doing a pause works.
So why does a pause work, but a draw() or show() does not?
This all on Windows using the standard PythonXY installation.
Here is the code that works (te