clip a surface [message #9728] |
Tue, 05 August 1997 00:00 |
Stefano Polizzi
Messages: 6 Registered: February 1995
|
Junior Member |
|
|
Hallo!
PROBLEM I
I do
surface,x,y,z,xrange=[0.,max(x)/2.],yrange=[0.,max(y)/2.]
x and y axes are plotted in the desired range, but the surface is
plotted also outside it.
I tried to clip
surface,x,y,z,clip=[0.,0.,0.,max(x)/2,max(y)/2,max(z)/2],xra nge=[0.,max(x)/2],yrange=[0.,max(y)/2]
(and other combinations of limits) but didn't work.
How to use clip for a surface?
PROBLEM II
Quite often axis numbers and labels are partly written outside the
window.
How to avoid this?
<--<>--<>--<>--<>--<>--<>--<>--<>--<>--<>--<>--<>-- <>--<>--<>--<>--<>-->
Stefano Polizzi |
Dipartimento di Chimica Fisica | tel: +39-41-5298618
Universita' di Venezia | FAX: +39-41-5298594
Dorsoduro 2137 | e-mail:polizzi@unive.it
I-30123 VENEZIA (Italy) |
|
|
|