I was wondering if there is a way to get a effect similar to this example:

http://matplotlib.sourceforge.net/examples/api/two_scales.html?highlight=codex%20two%20scale

Here The yticklabels have the same color as the label, but using host/parasite:

http://matplotlib.sourceforge.net/examples/axes_grid/demo_parasite_axes2.html


I tried:

for tl in host.axis["right"].axis.axes.get_xticklabels():
    tl.set_color('b')

without success.

Thanks, Filipe.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to