Dynamic plot + real data set
- To: mathgroup at smc.vnet.net
- Subject: [mg107041] Dynamic plot + real data set
- From: Matthew <m.a.broome at googlemail.com>
- Date: Mon, 1 Feb 2010 06:12:45 -0500 (EST)
I have a data set {x,y}. I want to plot it on the same graph along
with a function that I can change with the Dynamic tool.
I can't seem to use the Show[] command as,
Show[Dynamic[ Plot[vis1[x]/0.8, {x, 0, 120}, PlotRange -> {0, 1},
AxesLabel -> {power, Relative Visibility1}]],
ListPlot[{{20.5, 0.8035}, {40, 0.7986}, {59.5, 0.7885}, {80.5,
0.7842}, {100, 0.7778}, {119, 0.7738}, {140, 0.7695}, {160, 0.7 |
605}}, PlotRange -> {0, 1}]]
Any ideas?
Thanks!
- Follow-Ups:
- Re: Dynamic plot + real data set
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: Dynamic plot + real data set