Hello Heinz,

> De : Heinz Nabielek
> Envoyé : mercredi 10 avril 2019 20:08
>
> High quality graphs can be created when exporting to pdf. However, with my
> 155,000 data points, I end up with an error message:
>
> "An error occurred during export: Unable to create export file, not enough
> memory. Decreasing the number of elements or the size of the figure should
> fix this error".
>
> Any easy way to get around short of returning to the Clipboard?

I would personally export a PNG.
The size of the picture (in pixels) is proportional to the size on screen
so you can increase or decrease the window to set the final resolution.

You can precisely set the resolution with:

figure = gcf();

figure.axes_size = [800,600]; // or whatever

xs2png(figure, "foo.png"); // or file > export to

Regards

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer

General
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error), please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to