Re: Re: two y-axes in one plot
- To: mathgroup at smc.vnet.net
- Subject: [mg8156] Re: [mg8100] Re: [mg8040] two y-axes in one plot
- From: Tom Wickham-Jones <twj>
- Date: Sat, 16 Aug 1997 11:51:00 -0400
- Sender: owner-wri-mathgroup at wolfram.com
> I am using the IBM RISC System/6000 Version 2.2 (Sep 22, 1994) and whatever > I do, I get frame ticks/labels on the left hand axis but on the right hand > axis I just get the ticks (but NO labels). > > Is that a feature of Version 2.2? I am afraid so. In V2.2 frame ticks can only be obtained on the left and lower frame axes. In V3.0 a setting of True for FrameTicks will give you ticks on the upper and right of the frame. Plot[ Sin[x], {x,0,2}, Frame-> True, FrameTicks -> {False, False, True, True}] Tom Wickham-Jones WRI