Re: About Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg40689] Re: About Plot
- From: Bill Rowe <listuser at earthlink.net>
- Date: Sun, 13 Apr 2003 02:19:54 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 4/12/03 at 3:07 AM, khelfaou at ese-metz.fr (Naima Khelfaoui) wrote:
>I want to plot a curve on the same graph with two scales on the right
>another on the left, the x-axis is the same but I d'ont know how to
>make.
Here is an example that fits your description
Plot[10^x, {x, 0, 2},
Frame -> True, FrameTicks -> {Automatic,
Automatic, None, {10^#, #} &/@ Range[ .5, 2, .5]}];