From: T J <tj...@gm...> - 2015-06-29 22:00:58
|
When I read the transformations documentation: http://matplotlib.org/devel/add_new_projection.html#creating-a-new-projection it seems like each projection is tied to an Axes instance. How might I go about plotting two different projections on the same axes? Let's just assume that the actual axes each projection draws is exactly same and all that differs between to the two is how data is mapped to axis coordinates. |