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: Rik
Subject: [Octave-bug-tracker] [bug #44187] Bugs and modifications in print() with gnuplot graphics toolkit
Date: Sat, 27 Feb 2016 00:46:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

I was more optimistic that it was something small.  There was a lot that has
to be correct because onscreen rendering is correct.

I reverted this one change and printing now works for me.


@@ -269,8 +269,9 @@ function enhanced = gnuplot_set_term (pl
 
     ## Set the gnuplot terminal (type, enhanced, title, options & size).
     term_str = ["set terminal " term];
-    if (__gnuplot_has_feature__ ("needs_color_with_postscript") ...
-        && strcmp (term, "postscript"))
+    if (strcmpi (term, {"aifm", "cairolatex", "cgm", "context", "corel", ...
+      "emf", "epslatex", "fig", "lua", "pdf", "pdfcairo", "pngcairo", ...
+      "postscript", "pslatex"}))
       term_str = [term_str, " color"];
     endif
     if (! isempty (enh_str))


I've uploaded the new patch for testing.


(file #36482)
    _______________________________________________________

Additional Item Attachment:

File name: gnup_mono.cset                 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]