MathGroup Archive 2001

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

Search the Archive

Re: Simple question about plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27831] Re: Simple question about plot
  • From: Chiew-Seng Koay <cskoay at physics.umn.edu>
  • Date: Mon, 19 Mar 2001 01:29:27 -0500 (EST)
  • Organization: Physics, University of Minnesota
  • References: <98vi7l$913@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Martin,

You can prevent Figure1 and Figure2 from being shown in the notebook by
adding an option :

Figure1= ListPlot[... , DisplayFunction->Identity];

Figure2= Plot[..., DisplayFunction->Identity];

Show[figure1,Figure2];


Think positive. Good luck.



Martin Richter wrote:
> 
> Hi
> 
> Sorry for the many enquiries,
> 
> Normally, when plotting and combining I'm doing like this:
> 
> Figure1= ListPlot[...];
> Figure2= Plot[...];
> Show[figure1,Figure2];
> 
> which produce three plots. If your making a lot of plots, it would be nice
> not to have the
> Figure1 and Figure 2 plotted, only when you type Show and by that ending
> with only one plot.
> It's properly damn simple but if this has been written in the Mathematica
> Book, I'll be
> even more damn.
> 
> Thanks for any comments
> Martin
> 
> ---------------------------------------
> Please remove PET to reply by email


  • Prev by Date: Re: Simple question about plot
  • Next by Date: Re: simulating limited precision
  • Previous by thread: Re: Simple question about plot
  • Next by thread: Re: Simple question about plot