Re: [Matplotlib-users] Adding zorder keyword argument to the mpl_toolkits.basemap.drawmapscale class?

2011-02-16 Thread Jeff Whitaker
On 2/16/11 9:04 PM, guillaume.ducl...@csiro.au wrote: > Hi folks, > > I'm new to this list and first of all I'd like to thank all the matplotlib > developers for putting together such a great package!! > > I've been using the Basemap toolkit recently and notice that the scale is > generated on a

Re: [Matplotlib-users] Polar plot - problem with negative values for radius

2011-02-16 Thread Benjamin Root
On Wed, Feb 16, 2011 at 9:16 AM, Stephan Markus wrote: > > Hi, > > I am trying to display some complex values in a polar plot. Displaying > linear magnitude vs. angle - of course - works without any issues. But I'd > rather display the logarithmic magnitute vs. angle. Since the data for the > rad

[Matplotlib-users] Plotting complex valued functions

2011-02-16 Thread Raoul
Hi, I've written two plot scripts for plotting functions f: R -> C. (Scalar mappings of a real to a complex domain.) The function plotcf(...) plots the modulus as y value and the phase as color code. The function stemcf(...) does the same, but emulates a stem plot. I attached also two demo scr

[Matplotlib-users] Polar plot - problem with negative values for radius

2011-02-16 Thread Stephan Markus
Hi, I am trying to display some complex values in a polar plot. Displaying linear magnitude vs. angle - of course - works without any issues. But I'd rather display the logarithmic magnitute vs. angle. Since the data for the radius gets negative then, it'll be wrapped around / rotated by 180deg b

Re: [Matplotlib-users] Any update on streamline plot

2011-02-16 Thread Tom Flannaghan
> Ben, John: Later this week or next, I'll take a crack at adding both of > these to quiver.py and > axes.py (one under the name "streamlines", the other as "streamplot"). This is a great idea. I've had some time to improve the code, and so you have something better to work with! If you ha