[Scilab-users] Leading Spaces in xstring

Richard llom richard.llom at gmail.com
Thu Aug 10 13:58:59 CEST 2017


Hey All,
I have this code to print some information in the graph:
// Save info as string
infobox(1) = msprintf('Min V      %.2f V \n',min(log_data(:,3)));
infobox(2) = msprintf('Max V      %.2f V \n',max(log_data(:,3)));
infobox(3) = msprintf('Capacity   %.2f Ah\n',amphrs);
infobox(4) = msprintf('           %.2f Wh\n',watthrs);
// Print info as box on the figure
xstring(1,0.1,infobox,0,1);
boxh = gce();
boxh.font_style = 0; // Set monospace font

As you can see in infobox(4) I'm using just spaces to align the values.
However unfortunately xstring isn't printing these leading spaces.
Is this expected behavior or a bug?

Any ideas to workaround that limitation?

Thanks
richard



--
View this message in context: http://mailinglists.scilab.org/Leading-Spaces-in-xstring-tp4036841.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list