Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Student Support Forum
-----
Student Support Forum: 'ListPlot, Plot in the same graph...' topicStudent Support Forum > General > Archives > "ListPlot, Plot in the same graph..."

< Previous Comment | Next Comment >Help | Reply To Comment | Reply To Topic | Post New Topic
Author Comment/Response
yehuda ben-shimol
05/04/08 04:02am

Hi,
Use Show to do that
Show[Plot[Sin[t], {t, 0, 2 \[Pi]}],
ListPlot[Table[{t, 0.5 + Sin[t]}, {t, 0, 2 \[Pi], 2 \[Pi]/20}]],
PlotRange -> All]

yehuda

URL: ,

Subject (listing for 'ListPlot, Plot in the same graph...')
Author Date Posted
ListPlot, Plot in the same graph... nolispe 05/02/08 11:03am
Re: ListPlot, Plot in the same graph... yehuda ben-s... 05/04/08 04:02am
Re: ListPlot, Plot in the same graph... Peter Pein 05/04/08 09:25am
Re: ListPlot, Plot in the same graph... nolispe 05/06/08 09:35am
< Previous Comment | Next Comment >Help | Reply To Comment | Reply To Topic | Post New Topic





 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy