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

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

[Octave-bug-tracker] [bug #48689] print to pdf shows black and yellow sh


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48689] print to pdf shows black and yellow shaded regions not present on screen on macOS
Date: Wed, 3 Aug 2016 16:34:54 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #2, bug #48689 (project octave):

And see bug #48208, as you were pointed to earlier, for a tip on fixing your
script with respect to the marker color differences. You should be doing
something like this to get a large marker with a colored region:


plot (1, 1, "o", "markeredgecolor", "black", "markerfacecolor", "red",
"markersize", 12)


The syntax you are using may give you what you want in gnuplot, but it is not
correct.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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