diff scripts/plot/util/private/__gnuplot_draw_axes__.m @ 27970:9e769371fb45

maint: merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 21 Jan 2020 09:10:37 -0600
parents c20b7290c778 6628a284d56d
children 1379ebcb00c3 aabebd95488b
line wrap: on
line diff
--- a/scripts/plot/util/private/__gnuplot_draw_axes__.m	Mon Jan 20 00:13:21 2020 -0500
+++ b/scripts/plot/util/private/__gnuplot_draw_axes__.m	Tue Jan 21 09:10:37 2020 -0600
@@ -1860,7 +1860,7 @@
       if (length (color) == 3)
         colorspec = sprintf ('rgb "#%02x%02x%02x"', round (255*color));
       else
-        colorspec = sprintf ("palatte %d", round (color));
+        colorspec = sprintf ("palette %d", round (color));
       endif
     else
       colorspec = sprintf ('"%s"', color);