 
 
 
 
 
 
Re: Graphics/PlotRange/LaTeX/Psfrag
- To: mathgroup at smc.vnet.net
- Subject: [mg70508] Re: Graphics/PlotRange/LaTeX/Psfrag
- From: "Paul" <pw23 at gmx.net>
- Date: Wed, 18 Oct 2006 04:17:03 -0400 (EDT)
- References: <eh20ql$2m9$1@smc.vnet.net>
For a better understanding of my question take the following example:
g0 = Plot[Sin[x], {x, -2*Pi, 2*Pi}];
g1 = Show[g0, Frame -> True, PlotRange ->{{0, 2*Pi}, {-0.5, 1}}];
g1 has not "lost" its origin due to the fact, that
Show[g1,PlotRange->All]
is identical to g0. It has still all information!
The best would be a function F[] which makes the following
g0 = Plot[Sin[x], {x, -2*Pi, 2*Pi}];
g1 = Show[g0, Frame -> True, PlotRange -> {{0, 2*Pi}, {-0.5, 1}}];
g2=F[g1];
and g2 has now the feature that
Show[g2,PlotRange->All]
is identical to g1.
Do you know such a function? 
Best regards,
Paul

