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

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

[Octave-bug-tracker] [bug #36690] Hold function alters eps background


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #36690] Hold function alters eps background
Date: Thu, 21 Jun 2012 17:45:14 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.56 Safari/536.5

Follow-up Comment #5, bug #36690 (project octave):

RIk,

Thanks for the comments. I gave up trying to follow how Octave handes
defaults. I'm leaning toward a slightly different patch.


diff --git a/src/graphics.cc b/src/graphics.cc
--- a/src/graphics.cc
+++ b/src/graphics.cc
@@ -4284,7 +4284,7 @@
   xticklabelmode = "auto";
   yticklabelmode = "auto";
   zticklabelmode = "auto";
-  color = "none";
+  color = color_values ("white");
   xcolor = color_values ("black");
   ycolor = color_values ("black");
   zcolor = color_values ("black");


I ran some tests, and all seems to work the same as ML.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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