Skip to content

Commit 6231612

Browse files
committed
fix: For 'pattern' scales 'na.value' is now "none"
* The default `na.value` for `scale_pattern_continuous()`, `scale_pattern_discrete()`, and `scale_pattern_manual()` is now "none" (#107). closes #107
1 parent 0858b1c commit 6231612

15 files changed

+2008
-1754
lines changed

DESCRIPTION

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Collate:
6969
'pattern.R'
7070
'polygon_df.R'
7171
'scale-pattern-alpha.R'
72+
'scale-pattern-auto.R'
7273
'scale-pattern-brewer.R'
7374
'scale-pattern-colour.R'
7475
'scale-pattern-gradient.R'

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* `draw_key_boxplot_pattern()`, `draw_key_crossbar_pattern()`, and `draw_key_polygon_pattern()` `aspect_ratio` argument
3333
now defaults to `get_aspect_ratio()`.
3434
* Several (continuous) scales now have an `...` argument which will be passed to `ggplot2::continuous_scale()`.
35+
* The default `na.value` for `scale_pattern_continuous()`, `scale_pattern_discrete()`, and `scale_pattern_manual()` is now "none" (#107).
3536

3637
# ggpattern 1.0.1
3738

0 commit comments

Comments
 (0)