[Matplotlib-users] Figure editor fixes need testing

2013-08-07 Thread Martin Spacek
Hello, I found an issue where the figure editor (the checkbox icon in the toolbar) incorrectly captures the color properties from the existing curves in the plot: https://github.com/matplotlib/matplotlib/issues/2274 So I put together a pull request that fixes it:

Re: [Matplotlib-users] wrong link at http://matplotlib.org?

2013-08-07 Thread Martin Spacek
I think by download page, Keith meant project page. The direct link seems to be http://sourceforge.net/p/matplotlib/mailman/ . Is that permanent enough? Perhaps SF's structure has changed since the lists link on the MPL website (http://sourceforge.net/mail/?group_id=80706) was last updated.

Re: [Matplotlib-users] [matplotlib-users] Is it possible to set .pdf as defaut when saving an image?

2012-05-29 Thread Martin Spacek
On 12-02-07 08:40 AM, Michael Droettboom wrote: On 02/07/2012 10:48 AM, Benjamin Root wrote: On Tue, Feb 7, 2012 at 8:33 AM, Fabien Lafont lafont.fab...@gmail.com mailto:lafont.fab...@gmail.com wrote: Is it possible to set the extension .pdf as defaut when I save an image using

Re: [Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-22 Thread Martin Spacek
round() is defined in math.h so adding #include math.h to the top of the file might fix it. Thanks for your patience! Mike Just tried the latest rev where you've added math.h to the top, still get the same error. Apparently round isn't defined in math.h:

Re: [Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-21 Thread Martin Spacek
Michael, Sorry for the delay. Adding: #include limits to the top of path.cpp in rev5055 helps - most of the errors have disappeared, but I still get this: running build_ext building 'matplotlib._path' extension C:\bin\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3

Re: [Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-15 Thread Martin Spacek
I just tried reverting to some older revs. r4802 (0.91.2 release) builds fine. r4817, where the transforms branch was merged in, doesn't, and gives what looks like the same error (see below) as the current revision (see previous post). I think r4817 is also the first time the file _path.cpp

[Matplotlib-users] win32 build error in _path.cpp: 'numeric_limits' : is not a member of 'std'

2008-04-14 Thread Martin Spacek
Hello, I just updated from svn (r5042) for the first time in about 6 months (I think r3296 or so was my last rev), and I can no longer build in win32 with msvc 7.1. I've got win32_static (extracted from http://matplotlib.sourceforge.net/win32_static_vs.tar.gz) in my mpl root folder. Here's

Re: [Matplotlib-users] tooltips in matplotlib?

2006-09-13 Thread Martin Spacek
Just gave it a try, and yes, the tooltip tracks the mouse perfectly for me on my win32 install. Martin Christopher Barker wrote: once running, it's not working quite right: the tooltip always is at the bottom of the Window, though it does track the X location. Hm, dunno. I'm running win32