Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ where the formatting is also better._
- Fixed dynamic y-axis margin spacing for flipped `"boxplot"` and `"jitter"`
types. Thanks to @eddelbuettel for the report in #357 (@grantmcdermott).
- Fixed dynamic x-axis margin spacing for perpendicular (vertical) label text,
i.e. cases where `las = 2` or `las = 3`. #369 (@grantmcdermott).
i.e. cases where `las = 2` or `las = 3`. (#369 @grantmcdermott)
- Better integration with the Positron IDE graphics pane. Thanks to @thomasp85
for the report and helpful suggestions. (#377 @grantmcdermott)

### Internals:

Expand Down
670 changes: 345 additions & 325 deletions R/draw_legend.R

Large diffs are not rendered by default.

Loading