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
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ where the formatting is also better._
- Fixed dynamic x-axis margin spacing for perpendicular (vertical) label text,
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)
for the report and helpful suggestions. (#377, #394 @grantmcdermott)
- The one remaining Positron issue at present is calling `plt_add()` on a
faceted plot, but this appears to be an upstream limitation/bug (see
https://github.com/posit-dev/positron/issues/7316)
- Fixed a bug that resulted in y-axis labels being coerced to numeric for
`"p"`-alike plot types (including `"jitter"`) if `y` is a factor or character
(#387 @grantmcdermott).
Expand Down
Loading