Re: Plotting
- To: mathgroup@smc.vnet.net
- Subject: [mg11285] Re: [mg11228] Plotting
- From: Sean Ross <seanross@worldnet.att.net>
- Date: Wed, 4 Mar 1998 01:39:38 -0500
- References: <199803030411.XAA02291@smc.vnet.net.>
Claus Wisser wrote: > > Hello everybody, > > I've got the following question: > Is it possible to plot several lists on different axes (e.g. 2 y-axes > with a different scale) in the same plot ? > > Thank you very much for your help, > Claus Wisser Yes, but you will have to assemble it yourself and put the pieces together with Show. No mathematica function by itself will display two axes, but you could make a plot with a frame and a left hand axis, then a plot with a frame and a right hand axis, then put them together with show. This will result in an ugly looking plot because both graphs will be plotted on the same absolute scale, so you will need to put one of the plots on a scaled coordinate system to get it to look right. The mathematica book can help with these operations. -- Remove the _nospam_ in the return address to respond.
- References:
- Plotting
- From: Claus Wisser <Claus.Wisser@brasenose.oxford.ac.uk>
- Plotting