[Matplotlib-users] Where Do I Report MPL Guide Issues?

2010-02-13 Thread Wayne Watson
In this case, it's spelling errors, mostly. axes for axis, etc. -- Crime is way down. War is declining. And that's far from the good news. -- Steven Pinker (and other sources) Why is this true, but yet the media says otherwise? The media knows very well how to manipulate us (see limbic,

Re: [Matplotlib-users] help with a custom formatter

2010-02-13 Thread Jae-Joon Lee
If you're happy with the default formatter behavior (which seems to match with your #3 requirement), just reuse it. class MyFormatter(ScalarFormatter): def __call__(self, val, pos=None): if val 0: return '' else: return ScalarFormatter.__call__(self, val)

Re: [Matplotlib-users] figure aspect ratio

2010-02-13 Thread Jae-Joon Lee
On Fri, Feb 12, 2010 at 1:48 PM, Tomasz Koziara t.kozi...@civil.gla.ac.uk wrote: but then axis labels or even numbering gets cut off. On the other hand playing with: You need to manually adjust subplot parameters

[Matplotlib-users] memory leak for GTKAgg animation

2010-02-13 Thread John Jameson
HI, I find the very basic animation below has a memory leak (my pagefile usage number keeps growing in the Windows XP Windows Task Manager Performance graph).I don't see this with the animation_blit_gtk.py example on: http://matplotlib.sourceforge.net/examples/index.html (which I used as a

Re: [Matplotlib-users] help with a custom formatter

2010-02-13 Thread C M
On Sat, Feb 13, 2010 at 3:00 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: If you're happy with the default formatter  behavior (which seems to match with your #3 requirement), just reuse it. class MyFormatter(ScalarFormatter):   def __call__(self, val, pos=None):       if val 0:          

[Matplotlib-users] Placing a marker at specific places where lines join?

2010-02-13 Thread Wayne Watson
Suppose I plot a line from (0,0) to (1,1.5) to (2,2). Now I want to mark (1,1.5) with a green circle. How is that done? -- Crime is way down. War is declining. And that's far from the good news. -- Steven Pinker (and other sources) Why is this true, but yet the media says otherwise? The media

Re: [Matplotlib-users] Where Do I Report MPL Guide Issues?

2010-02-13 Thread John Hunter
On Sat, Feb 13, 2010 at 6:44 AM, Wayne Watson sierra_mtnv...@sbcglobal.net wrote: In this case, it's spelling errors, mostly. axes for axis, etc. http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html#report-a-problem

[Matplotlib-users] graph suggestion

2010-02-13 Thread Mag Gam
I manage 300 servers at my university lab. I would like to map out all the cron entries into a nice graph but I am not sure what would be appropriate. Can someone please suggest what would be ideal? TIA -- SOLARIS 10 is