[Scilab-users] Exporting figures containing uicontrols to any format

Rafael Guerra jrafaelbguerra at hotmail.com
Wed Nov 2 23:07:32 CET 2016


Hi Antoine,

I do not have an answer but a question, if you will.
Why is it important for you to export the whole shebang from Scilab?

For the regular figures the export functions work fine and generate high-resolution post-script files.
For the GUI figures, using external screen capture software does not seem to me to be a big handicap, but I might be wrong and I therefore raise the question.

Thanks and regards,
Rafael 


-----Original Message-----
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Antoine Monmayrant
Sent: Tuesday, November 01, 2016 9:41 PM
To: Users mailing list for Scilab <users at lists.scilab.org>
Subject: [Scilab-users] Exporting figures containing uicontrols to any format

Hi everyone,

After a long fight to build fancy graphics with uicontrols to demo some physics, I am now stuck because of bug 14502 ( https://bugzilla.scilab.org/show_bug.cgi?id=14502 ).
Basically, I have no way to export my figure to any format (ie no exportUI(gcf()) and no xs2something).
As any of you ever managed to export a figure with uicontrols where both the plots and the uicontrols are well rendered?

Antoine

PS: for a bit of context, try the following:

1) Demos->GUI->Uicontrols 2 //(or any with uicontrols)
2) h=gcf();xs2svg(h, 'h.svg'); // or any other format
3) open h.svg, it's empty

_______________________________________________
users mailing list
users at lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



More information about the users mailing list