Skip to content

Commit 439a41b

Browse files
clauswilkehadley
authored andcommitted
update error message for unsupported free scales (#2667)
1 parent 1f9ef73 commit 439a41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To be released as 2.3.0
5252
data frame. Each aesthetic now must be either the same length as the data
5353
frame or a single value. This makes silent recycling errors much less likely.
5454

55-
* Error: Free scales are only supported with `coord_cartesian()` and `coord_flip()`
55+
* Error: `coord_*` doesn't support free scales
5656

5757
Free scales only work with selected coordinate systems; previously you'd
5858
get an incorrect plot.

0 commit comments

Comments
 (0)