Re: Show graphics command
- To: mathgroup at smc.vnet.net
- Subject: [mg40377] Re: [mg40347] Show graphics command
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Thu, 3 Apr 2003 01:43:28 -0500 (EST)
- References: <200304020936.EAA10947@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Use the option DisplayFunction->Identity in each of the plots you want to
supress, and then DisplayFunction->$DisplayFunction in the Show command.
Tomas Garza
Mexico City
----- Original Message -----
From: "Nathan Moore" <nmoore at physics.umn.edu>
To: mathgroup at smc.vnet.net
Subject: [mg40377] [mg40347] Show graphics command
> The list operations have been very useful.
>
> Here's a pet peeve. Often when I combine several graphics objects with
> the show command I get a bunch of extraneous plots. Suppose I have a list
> of {x,y} pairs (named "data") and a fit function f[x] and I want to show
> them together. The easiest way to do this is with the command,
>
> Show[ListPlot[data],Plot[f[x],{x,0,Xo}]
>
> When I execute this I get 3 plots, ListPlot[data], the Plot[f[x]], and
> then the tro combined. How can I have the front end suppress the first
> two plots? (this "error" is especially annoying when I'm plotting 7 or 8
> lists together)
>
> Nathan Moore
>
>
>
- References:
- Show graphics command
- From: Nathan Moore <nmoore@physics.umn.edu>
- Show graphics command