Re: [Matplotlib-users] Fwd: Matplotlib backend issue

2013-07-19 Thread Tommy Grav
On Jul 19, 2013, at 4:49 PM, Benjamin Root wrote: > What does "print matplotlib.get_backend()" say? 'MacOSX' -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with applicati

Re: [Matplotlib-users] Fwd: Matplotlib backend issue

2013-07-19 Thread Benjamin Root
What does "print matplotlib.get_backend()" say? -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose roo

[Matplotlib-users] Fwd: Matplotlib backend issue

2013-07-19 Thread Tommy Grav
I just installed matplotlib on a new MacBook Pro ActivePython 2.7.2.5 (ActiveState Software Inc.) based on Python 2.7.2 (default, Jun 24 2011, 12:20:15) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>> numpy.

Re: [Matplotlib-users] Graph ticks label missing !

2013-07-19 Thread Nicolas Mailhot
Le Mer 17 juillet 2013 14:56, Michael Droettboom a écrit : > Can you please provide a completely standalone example? The following > code has undefined variables etc. Here it is, I'm afraid this testcase intent is less clear than what I pasted previously (I replaced variables with precomputed val

Re: [Matplotlib-users] [Patch] Patch for fontmanager crash

2013-07-19 Thread Nicolas Mailhot
Le Jeu 18 juillet 2013 14:12, Nicolas Mailhot a écrit : > Le Mer 17 juillet 2013 15:04, Michael Droettboom a écrit : >> This patch doesn't make a whole lot of sense to me. get_name should >> work just fine if self._family is None, and indeed it does in my own >> testing: >> >> ``` >> from matplot

Re: [Matplotlib-users] numpy masked array plot - isolated single unmasked value is hidden

2013-07-19 Thread Gregorio Bastardo
@Eric: thanks, i see the point @Jody: thanks for the trick, I'll first try Eric's approach 2013/7/18 Eric Firing : > On 2013/07/17 11:25 PM, Gregorio Bastardo wrote: >> Thanks Mike, it's hard to spot, but still better than nothing. Anyway, >> could it be the default behaviour of plotting masked a