MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Multiple scales for Y axis of plot?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31106] Re: Multiple scales for Y axis of plot?
  • From: "Charles Paxson" <charlesp at mindspring.com>
  • Date: Wed, 10 Oct 2001 03:43:18 -0400 (EDT)
  • References: <9pu43m$bcj$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Dear Christopher,

Mathematica has code on its website for multiple plots with two separate
y-axis scales.  The technique uses the Mathematica command
"MultipleListPlot".  Down load the code and run it in your notebook, also
you may need "MultipleListPlot".  I'm cryptic, and if you need more help,
email me and I'll send you a notebook where I use it.

Sincerely,

Charles Paxson
McPherson Inc.
charlesp at mindspring.com

"Christopher R. Carlen" <crcarle at sandia.gov> wrote in message
news:9pu43m$bcj$1 at smc.vnet.net...
> Hi:
>
> I have a typical multi-expression plot like this:
>
> Plot[ {f1, f2}, {x,a,b}, PlotStyle->{RGBColor[1,0,0], RGBColor[0,0,1]}
> ].
>
> On the Y axis, I want to have a different scale for each of the two
> functions.  How can I generate another scaled Y axis adjacent to the
> default one, or in general acheive this sort of thing?  I anticipate a
> lengthy process of building up all the graphics primitives, but before I
> figure all that out, I'm wondering if there is a reasonably easy way.
>
> Thanks!
>
>
> --
> ____________________________________
> Christopher R. Carlen
> Principal Laser/Optical Technologist
> Sandia National Labs CA USA
>




  • Prev by Date: RE: Multiple scales for Y axis of plot?
  • Next by Date: RE: Can Fit give function coefficients?
  • Previous by thread: RE: Multiple scales for Y axis of plot?
  • Next by thread: RE: Multiple scales for Y axis of plot?