Re: LogPlot/Plot-Identity
- To: mathgroup at smc.vnet.net
- Subject: [mg27133] Re: LogPlot/Plot-Identity
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 7 Feb 2001 02:12:41 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <95b5ud$4lu@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I can't reproduce the behavior :-) with Mathematica 4.1.
Both pictures are shown.
Regards
Jend
Bernd Brandt wrote:
>
> 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