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 toolk
I need help finding the right path to accomplish some custom "visual masking"
and corresponding array-mask construction:
For much of what I need, scikits.timeseries initially sounded useful but
either I misunderstand how to use it, or it just can't do most of what I want,
which is:
1: create
At what point is a line Collection useful?
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
S
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? :)
On Sun, Mar 21, 2010 at 05:52:55PM -0500, Ryan May wrote:
> On Sun, Mar 21, 2010 at 3:35 PM, David Carmean 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
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 g
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
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 Spyder/Python(x,y)--com