On 10/04/2010 02:10 AM, Mitchell Jon Stanton-Cook wrote:
> Hi Andrew,
>
> Thanks for the reply.
>
> I do not want to force users of my software to have to download and
> install basemap. It's just overkill for a small Python program that I'm
> developing.
>
> Perhaps I'm best to try and use a PathP
Hi Andrew,
Thanks for the reply.
I do not want to force users of my software to have to download and
install basemap. It's just overkill for a small Python program that I'm
developing.
Perhaps I'm best to try and use a PathPatch for the _gen_axes_patch
_gen_axes_spines. Does anyone have any
On 10/2/2010 8:33 PM, Mitchell Jon Stanton-Cook wrote:
> 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).
Dear Mitchell,
Can yo
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