On Wed, May 19, 2010 at 5:47 PM, Solomon M Negusse
<solomon.negu...@twdb.state.tx.us> wrote:
> Hello,
> I came across  problem of label rotation with autofmt_xdate() in subplothost
> too. Is there a new version with the bug fixed or a workaround to doing the
> label rotation in subplothost?
>

While this is fixed in the svn, there is no release yet.
One workaround is to turn off axisline mode.


host = SubplotHost(fig, 111)
host.toggle_axisline(False)

Note that, with this change, things like

host.axis["left"].label.set_color(drawRxByt.get_color())

won't work and you have to use the methods of original matplotlib Axes.

Regards,

-JJ

------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to