[Bugzilla] [Bug 15421] Samuel GOUGEON has commented the bug
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Fri Mar 16 01:27:20 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=15421
--------- Bug Summary -----------
With new lines styles added, the default grid_style could now be improved (SEP)
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
--- Comment #3 from Samuel GOUGEON <sgougeon at free.fr> ---
s was missing in the "How to reproduce":
clf
s = [3 7 8 9];
for i=1:4
subplot(2,2,i)
plot2d()
//param3d()
xgrid();
gca().grid_style=[1 1]*s(i);
title(msprintf("grid_style= %d\n",s(i)),"fontsize",3);
end
gcf().axes_size = [1000 570];
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180316/cae565dc/attachment.htm>
More information about the Bugzilla
mailing list