Skip to content

Commit f0b42e9

Browse files
committed
Add NEWS bit for coord_quickmap
1 parent f64ed7e commit f0b42e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ggplot2 0.9.3.1.99
22
----------------------------------------------------------------
33

4+
* New coordinate system for small scale maps. `coord_quickmap()` computes and
5+
sets the correct aspect ratio between one degree of latitude and one degree
6+
of longitude at the centre of the plotted region. It does not perform full
7+
fledged mapping projection as `coord_map()` does and therefore is much
8+
faster. Yet, it gives a correct approximation for small scale maps (a few
9+
degrees in either direction) at medium to low latitudes (@jiho, #922).
10+
411
* Allow specifying only one of the limits in a scale and use the automatic
512
calculation of the other limit by passing NA to to the limit function,
613
`xlim()` or `ylim()` (@jimhester, #557).

0 commit comments

Comments
 (0)