[Matplotlib-users] callback ideas (artist.Artist, mostly)

2010-10-22 Thread David Carmean
Would others find it useful to have most/all of the artist.Artist subclasses updated to use the new (weak-ref) cbook.CallbookRegistry callbacks? I'm working on a tool to tweak matplotlib figure styles/colors, etc, and I find it very useful to selectively enable auto-updating in my own

[Matplotlib-users] Speaking of many ... line collections? (was: Put many graphs...)

2010-03-24 Thread David Carmean
At what point is a line Collection useful? -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

[Matplotlib-users] Why the name Axes?

2010-03-23 Thread David Carmean
How was the name Axes chosen for the Axes component? :) It did confuse me for at least two days while I was first learning mpl. It's in my thoughts again as I'm writing some wrapper classes for it; what were the alternatives considered, even after the fact? :)

Re: [Matplotlib-users] mpl UML?

2010-03-22 Thread David Carmean
On Sun, Mar 21, 2010 at 05:52:55PM -0500, Ryan May wrote: On Sun, Mar 21, 2010 at 3:35 PM, David Carmean dlc-...@halibut.com wrote: [snip] One of the things I'm trying to figure out is whether I can build a graphic in reverse order.  The standard M.O. seems to be to [snip

[Matplotlib-users] mpl UML?

2010-03-21 Thread David Carmean
Has anyone seen/created any UML models/diagrams for Matplotlib? I'm currently doing so to help me understand how to use it in an application, but wondered if somebody has already built the wheel that I'm trying to invent. One of the things I'm trying to figure out is whether I can build a

[Matplotlib-users] Suggestion for filtering by calendar?

2010-02-16 Thread David Carmean
I have a time-series dataset for which I need to make several plots; some of them will use all of the data, but others need not only to show just the usual business hours, but also take business holidays into account. I thoght this might be sufficiently common in this community that somebody

[Matplotlib-users] Newb: can I plot() just once but render/save to disk different zooms?

2010-02-05 Thread David Carmean
Hi, I just emigrated from Ploticus last week :) Am working on a project where I'm plotting the contents of a large .csv file with about 250,000 cells (unix system 5-minute load averages from a set of 50 servers, for about three weeks data now). I'm developing this in