On Fri, Oct 1, 2010 at 8:59 PM, Stan West wrote:
> Hi, developers. I stumbled upon this when I noticed that gist_stern_r
> isn't the reverse of gist_stern. As the attached script shows, the
> discontinuity in red is wrong, and green stays zero instead of ramping. The
> problem seems to be that w
Hello,
I have been trying to modify the custom projection example
(http://matplotlib.sourceforge.net/examples/api/custom_projection_example.html)
to plot a Sanson Flamsteed Projection (Sinusoidal projection).
Such a projection is defined as:
long0=0
x = (long-long0)*cos(lat)
y=lat
The problem