Matei,
There is a difference between clip on and clip to, but the
example on manual page was badly chosen. To see the difference,
try running:
utilize example::CornerProblem
plugin amr_sol
do::EquationSet
do::Domain
postscript on
plotfile ps/
grid_on.ps
clip on 29,39,10,10
plot grids
followed by:
utilize example::CornerProblem
plugin amr_sol
do::EquationSet
do::Domain
postscript on
plotfile ps/
grid_to.ps
clip to 29,39,10,10
plot grids
Basically the "on" variant does an autoscale on the selected region
where as the "to" variant doesn't .
Anyhow rather than agonize over the syntactic why's and wherefore's
it for be easier for you to say what it is you would like to plot
then I'll see what I can do.
James
> Thanks,
> matei
> >