Am I correct that you would like to add new kinds of plots to matplotlib
that transform the raw data in some new way? Though transforms are
involved, at the higher level you see this referred to as "projections"
a lot in the mpl code.
There are a number of approaches you could take, all of whi
Can you be a bit more specific about what you're trying to do? (Are you
working with the latest SVN trunk, or the latest release 0.91.x? The
two are considerably different wrt to the transforms framework(s)).
Cheers,
Mike
Chloe Lewis wrote:
> Any current transforms examples? The transforms do
Any current transforms examples? The transforms docs suggest looking
in /units for transforms examples; the current matplotlib examples
has /units without transforms. (I want something a bit more detailed
than the offset.)
If the transforms are currently too much in flux, I'll do something