MathGroup Archive 2001

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

Search the Archive

LogPlot/Plot-Identity

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27041] LogPlot/Plot-Identity
  • From: bernd at bio.vu.nl (Bernd Brandt)
  • Date: Thu, 1 Feb 2001 03:00:28 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear group,

I am trying to plot several plots in one. This poses no diffuculties.
But LogPlot seems to behave differently with regard to $DisplayFunction.

I have a simple example:

Show[Block[{$DisplayFunction = Identity}, Plot[Exp[3 t], {t, 0, 5}]]]
This just shows the graphic. However, in

Show[Block[{$DisplayFunction = Identity}, LogPlot[Exp[3 t], {t, 0, 5}]]]

The $DisplayFunction remains Identity even with Show, thus no plot is
produced in case of LogPlot.  Can someone explain this difference
between Plot and LogPlot?

Regards,
Bernd



  • Prev by Date: Q: How to get Mathematica to find an external DLL?
  • Next by Date: Re: solving for 2 variables (beginner)
  • Previous by thread: Re: Q: How to get Mathematica to find an external DLL?
  • Next by thread: Re: LogPlot/Plot-Identity