MathGroup Archive 2004

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

Search the Archive

PlotRange

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48452] PlotRange
  • From: "Bruce W. Colletti" <bcolletti at compuserve.com>
  • Date: Sun, 30 May 2004 06:12:13 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Re Mathematica 5.0.1.0.

Using PlotRange, can we plot two graphs in different quadrants?  For 
instance:

    Plot[Sin@x,{x,-2Pi,2Pi},PlotRange->{{.5,1},{.5,1}}]

shows in display area Quadrant 1 while:

    Plot[Sin@x,{x,-2Pi,2Pi},PlotRange->{{0,.5},{0,.5}}]

shows in Quadrant 3. 

When entered as shown above, each image is a separate graphics object.  
But is there a way (without using Graphics Array) to combine them into 
one object whose Quadrants 1 and 3 are filled? 

Thanks.

Bruce


  • Prev by Date: About Reading and writing
  • Next by Date: Re: how can I solve a function Erfc
  • Previous by thread: About Reading and writing
  • Next by thread: Re: PlotRange