Re: two ordinate graphics in MA
- To: mathgroup at smc.vnet.net
- Subject: [mg125017] Re: two ordinate graphics in MA
- From: Frederick Mayer <fmayer90 at gmail.com>
- Date: Sat, 18 Feb 2012 06:23:12 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201202160828.DAA11373@smc.vnet.net> <jhldpm$ovi$1@smc.vnet.net>
On Feb 17, 6:31 am, Christoph Lhotka <christoph.lho... at fundp.ac.be>
wrote:
> Hi,
>
> does it help you?
>
> Plot[Sin[t], {t, 0, 2 Pi},
> Frame -> True,
> FrameTicks -> {
> Table[{t, t}, {t, 0, 2 Pi, 2 Pi/4}],
> Table[{y, y}, {y, -2, 2, 1/2}],
> Table[{t, IntegerPart[t/\[Degree] // N] Degree}, {t, 0, 2 Pi,
> 2 Pi/4}],
> Table[{y, A y}, {y, -1, 1, 1/2}]}
> ]
>
> best,
>
> christoph
>
> On 02/16/2012 09:28 AM, Frederick Mayer wrote:
>
>
>
>
>
>
>
> > Is there a simple way to produce a 2-d graphic plot with both a right
> > and a left side ordinate to plot to different curves with different
> > scales? I am running MA V-7.
> > Thanks,
> > -Fred M
Thanks Christoph,
That works for me.
Fred M
- References:
- two ordinate graphics in MA
- From: Frederick Mayer <fmayer90@gmail.com>
- two ordinate graphics in MA