[Scilab-users] Influencing the automatic rotation_angles setting in advance

Jens Simon Strom j.s.strom at hslmg.de
Sat Dec 10 22:47:52 CET 2016


Hallo Serge,
Perfect remedy! The twinkling has come to an end. Thanks a lot!
Kind regards
Jens
--------------------------------------------------------------------------------------------------

Am 10.12.2016 21:25, schrieb Serge Steer:
> Le 10/12/2016 à 21:00, Jens Simon Strom a écrit :
>> Hallo Scilab experts,
>> During execution of  plot3d, param3d, surf, etc. Scilab 
>> *automatically* chooses the axes property *rotation_angles*. 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***before* the plot command und should be valid for further 
>> plots.
>>
>> 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.
> You can call  drawlater() just before the sequence plot3d(...); 
> ca.rotation_angle=....
> this way the intermediate graphics will not be displayed
> and call drawnow() just after to show the final graphic
>>
>> I have not been able to reduce this to a a minimal example. Perhaps 
>> my enquiry suffices.
>>
>> Kind regards
>> Jens
>>
>>
>> _______________________________________________
>> users mailing list
>> users at lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
>
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20161210/96539d0d/attachment.htm>


More information about the users mailing list