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 20:10:34 +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 #8, bug #36690 (project octave):

For transparency, you can set the axes "color" to "none"

set (gca (), "color", "none")

If you prefer transparency all the time, you can get that by changing the
default.

set (0, "defaultaxescolor", "none")

If you place that line in your ~/.octaverc file, the background of your plots
will remain transparent the next time you run octave as well.

    _______________________________________________________

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]