Skip to content

Commit

Permalink
add news entry for plotting window coordinate systems
Browse files Browse the repository at this point in the history
  • Loading branch information
corybrunson committed Nov 20, 2024
1 parent 197c3d9 commit 27ae87d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The 'axis' and 'isoline' geoms hit trouble when one or more points lay at the or

Multiple harmonizers are now available for scaling secondary axes. That recommended by Gower, Gardner--Lubbe, and Le Roux (2011) is the default, but the user can still specify a numeric scale instead.

## GDA-geared coordinate systems

Two new coordinate systems provide control over the aspect ratio of the plotting window without compromising that of the (artificial) coordinate axes:
`GeomRect` (alias `GeomSquare`) extends `GeomFixed` with an `aspect_ratio` parameter for the plotting window, while `GeomBiplot` removes the `ratio` parameter and forces the coordinate axes to have aspect ratio 1.

# ordr 0.1.1

## `linewidth` aesthetic (breaking change)
Expand Down

0 comments on commit 27ae87d

Please sign in to comment.