[Bugzilla] [Bug 15404] Samuel GOUGEON has commented the bug
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Fri Mar 2 14:52:47 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=15404
--------- Bug Summary -----------
mesh(X,Y,Z,"foreground","orange") is refused. All scilab colors names must be usable (as stated in the GlobalProperty page for Color), not only a restricted list of 10 major colors
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
--- Comment #1 from Samuel GOUGEON <sgougeon at free.fr> ---
HOW TO REPRODUCE (full from the mesh() example):
[X,Y] = meshgrid(-1:.1:1,-1:.1:1);
Z = X.^2 - Y.^2;
xtitle('$\huge z=x^2-y^2$');
mesh(X, Y, Z, "foreground", "orange")
--
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/20180302/f5a843ba/attachment.htm>
More information about the Bugzilla
mailing list