[Scilab-users] Exporting graphics as non pink jpg with xinit/xend

Jens Simon Strom j.s.strom at hslmg.de
Fri Nov 18 20:30:13 CET 2016


Hi,
In the following script I would like to save the sequential plot result 
as a pinkless jpg. I found no way to adapt the xinit/xend workaround 
(for xs2jpg) to this case. After execution I would like to have three 
JPGs containing one, two and three lines .

xdel()
for i=1:3
     x=[0 1];
     plot(x,i*x)  
     halt()
end

In my real project the plots are param3d and plot3d. I hope that makes 
no difference.

Hoping for help with kind regards
Jens





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20161118/3b8e3538/attachment.htm>


More information about the users mailing list