[Matplotlib-users] axis coords in y direction and data coords in x direction for text

2010-11-15 Thread david.briant
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?

[Matplotlib-users] FW: edgecolor="black" not drawing properly

2010-11-02 Thread david.briant
Hi The option to set the edge of a mpl canvas isn't working properly - it's out by one pixel on the top and right hand sides. Python 2.6.6, wx, mpl 1.0. Could this be added to the bug list to be fixed please? Thx David import wx from wx.lib.scrolledpanel import ScrolledPanel import matplotlib