Skip to content

Commit

Permalink
NEWS and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Jan 25, 2024
1 parent a94c09c commit 1ab3efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: plot2
Type: Package
Title: Lightweight extension of base R plot
Version: 0.0.3.9017
Version: 0.0.3.9018
Authors@R:
c(
person(
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# News

## 0.0.3.917 (development version)
## 0.0.3.918 (development version)

Website:

Expand All @@ -26,7 +26,7 @@ existing plot window. (#60 @grantmcdermott)
- `plot2` gains a new `facet` argument for drawing faceted plots. Users can
override the default square arrangement by passing the desired number of facet
rows or columns to the companion `facet.args` helper function. Facets can be
combined with `by` grouping, or used on their own. (#83, #91, #94, #96
combined with `by` grouping, or used on their own. (#83, #91, #94, #96, #101
@grantmcdermott)
- Users can now control `plot2`-specific graphical parameters globally via
the new `par2()` function (which is modeled on the base `par()` function). At
Expand Down

0 comments on commit 1ab3efa

Please sign in to comment.