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. Eric ------------------------------------------------------------------------- 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