<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><br>
---------- Bug Summary ----------- <br>With new lines styles added, the default grid_style could now be improved (SEP) <br><br>
<br>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - With new lines styles added, the default grid_style could now be improved (SEP)"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15421#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - With new lines styles added, the default grid_style could now be improved (SEP)"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15421">bug 15421</a>
from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
<pre>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];</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>