|
[Date Index]
[Thread Index]
[Author Index]
Re: Two y-axes in one graph
- To: mathgroup at smc.vnet.net
- Subject: [mg52116] Re: Two y-axes in one graph
- From: Peter Pein <petsie at arcor.de>
- Date: Thu, 11 Nov 2004 04:52:26 -0500 (EST)
- References: <cmsoch$b59$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Harry Schmidt wrote:
> Hi,
>
> I want to plot two functions in one graph with two y-axes with
> different scales in Mathematica 5.0.1. I found
>
> http://support.wolfram.com/mathematica/graphics/2d/twoaxisgraph.html
>
> but the suggested function TwoAxisPlot doesn't exist:
>
> In[1]:= ?TwoAxisPlot
> Information::notfound: Symbol TwoAxisPlot not found.
>
> Do I have to load a package to use it?
>
> Harry
>
>
Harry,
the definition of TwoAxisPlot can be found on the webpage you mentioned
above. (Don't forget to <<Graphics`MultipleListPlot`).
In other words: read
http://support.wolfram.com/mathematica/graphics/2d/twoaxisgraph.html
from top to bottom - not in reverse order ;-).
--
Peter Pein
Berlin
Prev by Date:
Re: fourier ( FFT )
Next by Date:
Re: Two y-axes in one graph
Previous by thread:
Re: Two y-axes in one graph
Next by thread:
Re: Two y-axes in one graph
|