Re: [Matplotlib-users] Transforms examples

2008-03-07 Thread Michael Droettboom
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

Re: [Matplotlib-users] Transforms examples

2008-03-07 Thread Michael Droettboom
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