Rich Fought wrote:
> The prism colormap repeats the same pattern over and over instead of
> spreading itself over the plotted data range in a pcolor plot. Is this
> expected behavior?
Yup. prism and flag are designed to repeat.
--
Robert Kern
"I have come to believe that the whole world is a
The prism colormap repeats the same pattern over and over instead of
spreading itself over the plotted data range in a pcolor plot. Is this
expected behavior?
Simply add prism() to pcolor_demo.py to see what I am talking about.
Thanks,
Rich
Paul Smith wrote:
> I'm plotting two curves in one subplot with twinx to allow different y
> scales.
> The script below is an example.
> When zooming in using zoom-to-rect on Tk's navigation toolbar2 (TkAgg is my
> backend) I think the x axis part of the zoom is happening twice.
> Rubberbandin
I'm plotting two curves in one subplot with twinx to allow different y scales.
The script below is an example.
When zooming in using zoom-to-rect on Tk's navigation toolbar2 (TkAgg is my
backend) I think the x axis part of the zoom is happening twice. Rubberbanding
the example from x=20 to 80 r