Re: [Matplotlib-users] indicating directions on stereographic projection.

2013-11-07 Thread Sourav Chatterjee
Thanks everyone for your views. Joe- Thank you for the link. It's really worthy. On Thu, Nov 7, 2013 at 3:53 AM, Piet van Oostrum wrote: > Paul Hobson wrote: > > > On Wed, Oct 23, 2013 at 9:30 PM, Sourav Chatterjee > wrote: > > > > Hello, > > > > I have stereographic projection of

Re: [Matplotlib-users] 1.3.0 and py2exe regression

2013-11-07 Thread cheflo
There is a quite simple workaround to this problem. Find the directory from which mpl_tools is imported and simply add an empty text file named "__init__.py" in that directory. py2exe will now find and include this module without any special imports needed in the setup file. You can find the mpl_t