<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hallo Scilab experts,<br>
During execution of plot3d, param3d, surf, etc. Scilab <b>automatically</b>
chooses the axes property <b> rotation_angles</b>. Is there a way to
influence this automatic? I do not mean ca=gca();
ca.rotation_angles=[ang1 ang2]. The setting should be positioned in
the script<b> </b><b>before</b> the plot command und should be
valid for further plots. <br>
<br>
This question is in context with the thread 'untwinkle a sequence
of graphics'. Without setting ca.rotation_angles=[a1 a2] after the
param3d there is no twinkle. If I set the appropriate aspect -
twinkling occurs again. <br>
<br>
I have not been able to reduce this to a a minimal example. Perhaps
my enquiry suffices.<br>
<br>
Kind regards<br>
Jens<br>
</body>
</html>