On Fri, Sep 25, 2009 at 1:14 AM, Gökhan Sever <gokhanse...@gmail.com> wrote:
> With twin and proper Affine2D transformation I could not make the secondary
> y-axis data being shown on the figure.

Please post a simple, complete code that does not work.
Just saying "it didn't work" does not help.

I think the following change (or something like this) in you code
(dccn_plot.py) seems to work to my eyes. If this is not what you want,
you have to describe why it is not.

import matplotlib.transforms as mtransforms
aux_trans = mtransforms.Affine2D().translate(0., -0.5).scale(1., 3500/0.45)
#pary = host.twinx()
pary = host.twin(aux_trans)

Regards,

-JJ

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to