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

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

[Octave-bug-tracker] [bug #44187] Bugs and modifications in print() with


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44187] Bugs and modifications in print() with gnuplot graphics toolkit
Date: Sat, 21 Feb 2015 07:38:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #18, bug #44187 (project octave):

Adding the following to the changeset (attached) makes the results appear
visually as expected, but the grayscale is simulated using the color option:


if 0
    terminals_with_mono = {"cairolatex", "cgm", "context", "corel", ...
                           "emf", "eps", "epscairo", "epslatex", "fig", ...
                           "mp", "pcl5", "pdfcairo", "pngcairo", "postscript",
...
                           "pslatex", "pstex", "tgif", "tikz"};
else
    ## The word "mono" means two different things in gnuplot and Octave.
    ## Make all terminals use simulated grayscale.
    terminals_with_mono = {};
endif


(file #33144)
    _______________________________________________________

Additional Item Attachment:

File name: octave-gnuplot_bugs44187_2015feb21.patch Size:21 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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