Re: same plot for continous and discrete function
- To: mathgroup at smc.vnet.net
- Subject: [mg29809] Re: same plot for continous and discrete function
- From: Erich Mueller <emuelle1 at uiuc.edu>
- Date: Wed, 11 Jul 2001 01:26:58 -0400 (EDT)
- Organization: University of Illinois at Urbana-Champaign
- References: <9hetgb$6jr$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
A good choice is to use "Epilog", as in Plot[Sin[x], {x, 0, 2 Pi}, Epilog -> Point /@ Table[{x, Sin[x]}, {x, 0, 2 Pi, 0.1 Pi}]] On Thu, 28 Jun 2001, Martin Harborth wrote: > -----Ursprüngliche Nachricht----- > Von: Yackov_Shermann [SMTP:yackov at mangocrafts.com] > Gesendet am: Donnerstag, 21. Juni 2001 22:02 > An: Harborth Martin > Betreff: Multiple Plots > > > Hello. > > This is my very first exposure to Mathematica and I can't quite figure out > how to get on the same plot, both a continuous function y=F(x) and a > discrete one yi=G(xi) (actually, a list of {xi, yi}), provided both share > the same definition domain. > Is there a built-in primitive for a such task? > > Yackov > > > ------------------------------ > http://MangoCrafts.com > ------------------------------ > Experience... Everything!! > > > > > >