From 27ae87d9c44a8aa0f915a72c5306596d3966393d Mon Sep 17 00:00:00 2001 From: Jason Cory Brunson Date: Wed, 20 Nov 2024 14:13:07 -0500 Subject: [PATCH] add news entry for plotting window coordinate systems --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index a1c6a9bb..5ec924fb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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)