|
From: Benjamin R. <ben...@ou...> - 2010-11-16 00:27:56
|
On Mon, Nov 15, 2010 at 1:40 PM, <dav...@ub...> wrote: > Hi > > > > I’d like to place a piece of text that shows the start of some data so I > want data coords in the x direction and axis coords in the y – e.g. float > with a particular x value and center in the screen on the y. > > > > Do I need to implement a new object or can I mix transforms in this manner? > > > > Many thx > > > > David > > I believe "Blended" transformations is what you are looking for: http://matplotlib.sourceforge.net/users/transforms_tutorial.html#blended-transformations Haven't tried it myself, but the description seems right. Ben Root |