Re: [Matplotlib-users] Clipping a plot inside a polygon

2013-09-03 Thread Phil Elson
Sadly each keyword is handled manually in lib/matplotlib/contour.py L690 which is why you can set keywords which are completely ignored without getting any warning/exception. We could add a set_clip_path keyword in that constructor, but in truth the whole keyword handling approach in contour.py

Re: [Matplotlib-users] Matplotlib installation issues

2013-09-03 Thread Michael Droettboom
On 08/31/2013 12:24 PM, Goyo wrote: 2013/8/31 Dino Bektešević ljet...@gmail.com: Hello, After a little mishap from ubuntu 12.04 after which I reinstalled the OS, on this fresh install I did: sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook

[Matplotlib-users] useoffset=False in matplotlibrc?

2013-09-03 Thread K . -Michael Aye
Is there a way to have ax.ticklabel_format(useOffset=False) as default? I searched in the example matplotlibrc file but can't see anything that could be used? Cheers, Michael -- Learn the latest--Visual Studio

Re: [Matplotlib-users] 1.3.0 and py2exe regression

2013-09-03 Thread ruidc
No, this is still coming back to haunt me. I can't figure out how to be able to package this via py2exe now: I am running the command: python setup2.py py2exe via python 2.7.5 and matplotlib 1.3.0 and py2exe 0.6.9 and 0.6.10dev I have read http://www.py2exe.org/index.cgi/ExeWithEggs and tried

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-09-03 Thread Matt Terry
I tried transferring the repo, but apparently I need admin privileges to do so. Github recommends creating a team with no repos, and then adding me there. Right now my testing repo is pulling matplotlib/master. It would be really easy to make it pull from a different url (specified in an