Eric Firing wrote: > Ryan May wrote: > >> Thanks. I also managed to find a matlab implementation, which was >> straightforward to port over. I'm working on fleshing out the full >> Skew-T look right now. As far as using the transforms, here's the >> question: Does anyone besides the meteorologists have a need for a >> plot with a skewed axis? If so, it might pay to make this general. >> Otherwise, this could stay as a specific Skew-T LogP plot. If the >> latter is the case, does it make sense to include such a method >> anywhere in Matplotlib? I guess if nothing else it could go in as an >> example. > > Ryan, > > I think that it would make the most sense as an example; it seems too > specialized to be suitable as an axes method, and I tend to think we > already have too many of those as it is. > > It would be especially valuable if you can do it using the transforms > machinery, as a new projection, but this would require more work on your > part; it would be less of a direct translation of code from other > languages. If you have not already done so, look at > examples/api/custom_projection_example.py in svn.
Yeah, the projection approach is what I'm planning on using. Unfortunately, I can't use any of that immediately because Gentoo is stuck on Matplotlib 0.91.2 and Numpy 1.0.4. Once, Numpy 1.1 is in the tree, I can move to the latest matplotlib (even SVN), and then move over too it. In the meanwhile, I've at least looked over that code, and it looks promising. Half the problem has been figuring out the bizarre nature of the Skew-T LogP. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel