|
[Date Index]
[Thread Index]
[Author Index]
Re: Two y-axes in one graph
- To: mathgroup at smc.vnet.net
- Subject: [mg52105] Re: [mg52080] Two y-axes in one graph
- From: yehuda ben-shimol <benshimo at bgu.ac.il>
- Date: Thu, 11 Nov 2004 04:52:05 -0500 (EST)
- References: <200411100945.EAA11208@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Harry,
Please notice that the link
http://support.wolfram.com/mathematica/graphics/2d/twoaxisgraph.html
given in your post actually DEFINE the TwoAxisPlot function. To do it
efficiently they load the Graphics`MultiplPlot` package. You cannot find
this function in any of the Mathematica packages.
Just copy and paste the example given there. you can use it immediately.
yehuda
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
>
>
>
>
Prev by Date:
Re: Two y-axes in one graph
Next by Date:
again: nonlinear fit...
Previous by thread:
Re: Two y-axes in one graph
Next by thread:
Re: Two y-axes in one graph
|