MathGroup Archive 2010

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

Search the Archive

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!


  • Prev by Date: Ramsey Number R(3,k)=1,3,4 mod 5
  • Next by Date: Re: How to combine graphics pimitives and Plot function?
  • Previous by thread: Ramsey Number R(3,k)=1,3,4 mod 5
  • Next by thread: Re: Dynamic plot + real data set