Open trevorld opened 2 years ago
Perhaps easier if we first support new linewidth
parameter in {gridpattern}
: https://github.com/trevorld/gridpattern/issues/57
{gridpattern}
can now handle either using pattern_linewidth
or pattern_size
(and makes both available to custom patterns).{ggplot2}
did it seems keeping backwards compatibility for pattern_size
would be a "non-trivial" enterprise and currently there aren't any known patterns that need both a pattern_size
and pattern_linewidth
aesthetic... Leaning towards not adding a new pattern_linewidth
aesthetic for now but would be open to backwards-compatible pull requests that implement this...
{ggplot2}
is renaming thesize
aesthetic tolinewidth
when referring to line widths{ggpattern}
rename thepattern_size
aesthetic topattern_linewidth
when referring to pattern line widths to match the above change?pattern_size
for backwards compatibility...