Angus McMorland wrote:
> Hi all,
>
> I've recently implemented a simple equal area (Lambert) projection in
> mpl, using two polar Axes (to draw each hemisphere), and this
> currently works fine to draw lines and points, since I'm transforming
> the points in my own code, from 3d-polar to 2d-project
Hi all,
I've recently implemented a simple equal area (Lambert) projection in
mpl, using two polar Axes (to draw each hemisphere), and this
currently works fine to draw lines and points, since I'm transforming
the points in my own code, from 3d-polar to 2d-projected-polar
co-ordinates, and then pl