|
From: | Ben Abbott |
Subject: | [Octave-bug-tracker] [bug #47911] sombrero in gnuplot ignores colormap |
Date: | Fri, 13 May 2016 19:03:27 +0000 (UTC) |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17 |
Follow-up Comment #8, bug #47911 (project octave): I tried ... $ hg diff diff --git a/libinterp/dldfcn/__init_gnuplot__.cc b/libinterp/dldfcn/__init_gnuplot__.cc --- a/libinterp/dldfcn/__init_gnuplot__.cc +++ b/libinterp/dldfcn/__init_gnuplot__.cc @@ -110,8 +110,7 @@ public: { octave_value_list args; if (! debug_file.empty ()) - args(4) = debug_file; - args(3) = mono; + args(3) = debug_file; args(2) = file; args(1) = term; args(0) = go.get_handle ().as_octave_value (); This did not fix the color problem. I'm running gnuplot 5. The displayed sombrero and the sombrero.png are both brown. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?47911> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |