Skip to content

feat!: switch from ggplot2 to base r graphics#37

Merged
jolars merged 2 commits intomainfrom
33-switch-back-to-base-r-graphics
Feb 27, 2025
Merged

feat!: switch from ggplot2 to base r graphics#37
jolars merged 2 commits intomainfrom
33-switch-back-to-base-r-graphics

Conversation

@jolars
Copy link
Copy Markdown
Owner

@jolars jolars commented Feb 27, 2025

Closes #33. The breaking change is that plots look different and that we
return NULL invisibly now rather than a ggplot2 object. There are no
longer any facetted plots. Instead users need to call par() with
settings for mfrow and/or mfrow, or similar, for panelled layouts
when plot.trainedSLOPE is invoked.

Closes #33. The breaking change is that plots look different and that we
return NULL invisibly now rather than a ggplot2 object. There are no
longer any facetted plots. Instead users need to call `par()` with
settings for `mfrow` and/or `mfrow`, or similar, for panelled layouts
when `plot.trainedSLOPE` is invoked.
@jolars jolars linked an issue Feb 27, 2025 that may be closed by this pull request
@jolars jolars merged commit f0c1ca5 into main Feb 27, 2025
@jolars jolars deleted the 33-switch-back-to-base-r-graphics branch February 27, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch back to base R graphics

1 participant