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

Antoine Monmayrant antoine.monmayrant at laas.fr
Tue Nov 1 21:40:49 CET 2016


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




More information about the users mailing list