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

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

[Octave-bug-tracker] [bug #43975] gnuplot eps output is in color


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #43975] gnuplot eps output is in color
Date: Wed, 14 Jan 2015 17:35:44 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36

Follow-up Comment #6, bug #43975 (project octave):

sorry.
I meant to comment out the lines

  if (length (cmap) > 0)
    fprintf (plot_stream,
             "set palette positive color model RGB maxcolors %i;n",
             cmap_sz);
    fprintf (plot_stream,
             "set palette file "-" binary record=%d using 1:2:3:4;n",
             cmap_sz);
    fwrite (plot_stream, [1:cmap_sz; cmap.'], "float32");
    fwrite (plot_stream, "n");
  endif

and print the value of mono before these lines.

thanks


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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