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