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

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

[Octave-bug-tracker] [bug #53023] Marker symbols not fully drawn for som


From: Rik
Subject: [Octave-bug-tracker] [bug #53023] Marker symbols not fully drawn for some output formats
Date: Wed, 31 Jan 2018 13:57:58 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #20, bug #53023 (project octave):

I think adjusting the linecap and linejoin is a good first step to resolving
this.  With Pantxo's patch I tried


plot (1:10, 'x-', 'linewidth', 10, 'markersize', 18)
print tst.png


The 'X' marker comes out rounded, of course, since that is the linecap value
used.  However, I think more people would prefer hard edges on the 'X' marker.
 All this means is that I think Pantxo's approach is correct, but maybe we
could optimize it a bit further by having the particular linecap chosen based
on marker type in make_marker_list().


(file #43144)
    _______________________________________________________

Additional Item Attachment:

File name: X.marker.png                   Size:15 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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