MathGroup Archive 2003

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

Search the Archive

Re: How to apply one plot range to another plot?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40010] Re: How to apply one plot range to another plot?
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sun, 16 Mar 2003 02:20:12 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <b4s8dt$ici$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Show[plot1,plot2,..]

take the options from plot1 and insert only
the graphics primitives of plot2,plot3, ..

So if you wish to use the options form plotN
just use plotN as the first argument of Show[]

Regards
  Jens


"Beleznay, Akos" wrote:
> 
> Hi,
> 
> I am merging several listplots (ListPlot[...]) into one graph. In addition,
> I am plotting some function (Plot[...]) on the same graph.
> 
> How could I keep the automatic axis settings connected only to the
> listplots? Therefore, the range of the function plot would be determined by
> the listplots without always going back and changing the range of the
> function plot when I add/change the underlying data of the lisplots.
> 
> Tks, -akos
> 
> -----------------------------
> Akos Beleznay
> Equitas Capital Advisors LLC
> 601 Poydras Street
> New Orleans, LA 70130
> Phone: (504) 566-4375
> Fax: (504) 566-4734
> abeleznay at equitas-capital.com
> -----------------------------
>


  • Prev by Date: Odd memory behavior, and uncontrollable memory growth
  • Next by Date: Re: Histogram normalization
  • Previous by thread: Re: Re: How to apply one plot range to another plot?
  • Next by thread: Re: How to apply one plot range to another plot?