Skip to content

Commit

Permalink
copy edit news
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Aug 22, 2020
1 parent 38485b5 commit b2532b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# cowplot 1.0.0.9000

- Added a new null device, `agg_null_device()`.
- `plot_grid()` now accepts `byrow` as an argument to place plots by row or by column onto the plot area (@BrianLang, #162).
- A new null device was added, `agg_null_device()`.
- `draw_image()`, `draw_plot()`, and `draw_grob()` have gained additional
alignment parameters `halign` and `valign` which allow internal alignment
relative to the box into which content is drawn.
- In the functions `insert_xaxis_grob()` and `insert_yaxis_grob()`,
clipping is now configurable.
- Plot assemblies generated by the patchwork package are now supported
in `as_grob()`, `ggdraw()`, and `plot_grid()`.
- `plot_grid()` now accepts `byrow` as an argument to place plots by row or by column onto the plot area (@BrianLang, #162).

# cowplot 1.0.0

Expand Down

0 comments on commit b2532b0

Please sign in to comment.