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

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


Correction: The first phrase should read: In the following script I 
would like to save the sequential plots as (pinkless) JPGs.

Am 18.11.2016 20:30, schrieb Jens Simon Strom:
> 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/97bbc884/attachment.htm>


More information about the users mailing list