MathGroup Archive 2004

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

Search the Archive

AW: Identical functions not identical ?!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45973] AW: [mg45960] Identical functions not identical ?!
  • From: Klamser at t-online.de (Peter Klamser)
  • Date: Sat, 31 Jan 2004 05:20:38 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I can't reproduce the problem:

p1 = Plot[Sin[x], {x, 0, 2*Pi}]
p2 = Plot[0.95*Sin[x], {x, 0, 2*Pi}, PlotRange -> {{0, 3*Pi}, {-1, 1}}]
Show[p2, p1]

works absolutely fine.

Show some code example.

Regards

Peter

-----Ursprüngliche Nachricht-----
Von: Frank Richter [mailto:Frank.Richter at TU-Berlin.de]
Gesendet: Freitag, 30. Januar 2004 10:17
An: mathgroup at smc.vnet.net
Betreff: [mg45960] Identical functions not identical ?!


Dear Group,

I define two plots of the same function, but with
different range for the independent variable.

Combining them without options, the two plots
match.

But if I want to enlarge a certain range of the
independent variable (using PlotRange) deviations
become visible.

Why is that and how can I suppress that ?

Thanks a bunch in advance,

Frank

Frank Richter
********************************************************
Technical University of Berlin
Department of Nonmetallic-Inorganic Materials
Vitreous Materials
Sekretariat ES 4
Englische Strasse 20
10587 Berlin
Germany





  • Prev by Date: Re: Mathematica&SuSe 9.0
  • Next by Date: RE: Deviation in plots of same function
  • Previous by thread: Notation for Complex Conjugation
  • Next by thread: AW: Identical functions not identical ?!