From: Phillip M. F. <pfe...@ve...> - 2009-10-28 23:57:53
|
This is tremendous. thanks!! Phillip Jae-Joon Lee wrote: > On Wed, Oct 28, 2009 at 7:20 PM, Phillip M. Feldman > <pfe...@ve...> wrote: > >> If I get one y-axis with the 'host', and each invocation of twinx adds >> another y-axis, then it seems that I must invoke twinx three times to get >> four y-axes. Does twinx add more than one y-axis per invocation? (The >> documentation that I've been able to find is ambiguous about this). >> > > twinx add a single axes. > In your original code, you were calling twinx 4-times. > > See if the attached code works. > > While I acknowledge that using spines with multiple y-axis is a bit > tricky, I don't think the situation will change anytime soon. > > Regards, > > -JJ > |