From: Dominique O. <Dom...@po...> - 2005-01-31 18:33:31
|
Regarding the use of transforms in Matplotlib, what would be the simplest way to convert a quantity expressed in data coordinates to points and conversely? Are the methods gca().transData.xy_tup() and inverse_xy_tup() what I'm looking for? If so, how should I be calling them? Thanks Dominique |