Closed
Description
(edited 2020-07-03)
Currently, every line on a plot gets drawn with a round pen. This isn't always the right look. I might want tick marks to be squared off. (See crayon-drawing feeling in #48.)
Feature request: add parameters to choose the pen-cap-style/c
. The "decorations" pen should be independent from the main "renderers" pen if possible.
(original issue)
Make sure that
- extra axes
- plot boundaries
- tick lines
- (other decorations)
are all drawn with the 'butt
pen cap.
Also, add helpers to make hrule and vrule lines.