[matplotlib-devel] Matplotlib and setuptools

2010-05-31 Thread Mitchell Jon Stanton-Cook
Hello, I have developed a package that uses matplotlib. To simplify installation and distribution I have used the setup tools package. This is an excerpt from my setup.py: install_requires = ['biopython=1.51', 'scipy=0.7', 'numpy=1.3.0', 'matplotlib=0.99.0'] However it fails on

[matplotlib-devel] Projections - custom_projection_example.py

2010-10-02 Thread Mitchell Jon Stanton-Cook
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

Re: [matplotlib-devel] Projections - custom_projection_example.py

2010-10-04 Thread Mitchell Jon Stanton-Cook
any ideas? Regards Mitch On 04/10/10 06:10, Andrew Straw wrote: 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