octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49017] drawing grid uses RGBA color syntax in


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #49017] drawing grid uses RGBA color syntax incompatible with gnuplot 4.4
Date: Wed, 7 Sep 2016 15:31:54 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #4, bug #49017 (project octave):

Indeed, setting alphastr to an empty string unconditionally gets rid of the
error for me.

There is a similar error, but not due to the same cause, in "demo trimesh 1".
This error occurs with gnuplot 4.4 but not with gnuplot 4.6:


>> demo trimesh 1
trimesh example 1:
 clf;
 colormap ("default");
 old_state = rand ("state");
 restore_state = onCleanup (@() rand ("state", old_state));
 rand ("state", 10);
 N = 10;
 x = 3 - 6 * rand (N, N);
 y = 3 - 6 * rand (N, N);
 z = peaks (x, y);
 tri = delaunay (x(:), y(:));
 trimesh (tri, x(:), y(:), z(:));


gnuplot> splot ..... ## extremely long command sequence
                                                                              
                                                                              
                        ^
         line 2588: expected a known color name or a string of form "#RRGGBB"




I see several instances of what look to me like bad color specs throughout the
gnuplot input:


lc rgb "#30b2391cb"
lc rgb "#30b239310"


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49017>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]