 
 
 
 
 
 
Re: exploded plots
- To: mathgroup at smc.vnet.net
- Subject: [mg55606] Re: [mg55559] exploded plots
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 31 Mar 2005 01:23:57 -0500 (EST)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
f[x_]:= (1-2/x)*Exp[x];
Plot[f[x], {x,0,5},
    PlotStyle->Red,
    Epilog->Rectangle[{0.2, 5}, {2.7, 75},
        Plot[f[x],{x,1.8,2.2},
          PlotStyle->Red,
          Frame->True,
          AxesOrigin->{2,0},
          PlotRange->{-0.5,0.5},
          DisplayFunction->Identity]],
    PlotRange->{-75,75},
    ImageSize->360];
Bob Hanlon
> 
> From: gi at nlu.ca
To: mathgroup at smc.vnet.net
> Date: 2005/03/30 Wed AM 03:20:54 EST
> To: mathgroup at smc.vnet.net
> Subject: [mg55606] [mg55559] exploded plots
> 
> Hi all.
> I need to represent some exploded plots of portions of a curve in a
> same graphic object. Does anyone tried this sort of multi-part
> representation? I'm having troubles (in Math 5) with PlotRegion in the
> sense that It seems not to work with combined plots...
> 
> Thanks a lot for helping
> 
> 
> Gianluca Cruciani
> 
> 

