From 6125e2e4cd5d6d7f55e45ddd7ebc2501b5de0777 Mon Sep 17 00:00:00 2001 From: Claus Wilke Date: Sun, 27 May 2018 16:10:56 -0500 Subject: [PATCH] update error message for unsupported free scales --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 743b3fcb09..3c3a5a08e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -52,7 +52,7 @@ To be released as 2.3.0 data frame. Each aesthetic now must be either the same length as the data frame or a single value. This makes silent recycling errors much less likely. -* Error: Free scales are only supported with `coord_cartesian()` and `coord_flip()` +* Error: `coord_*` doesn't support free scales Free scales only work with selected coordinate systems; previously you'd get an incorrect plot.