File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
ggplot2 0.9.3.1.99
2
2
----------------------------------------------------------------
3
3
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
+
4
11
* Allow specifying only one of the limits in a scale and use the automatic
5
12
calculation of the other limit by passing NA to to the limit function,
6
13
`xlim()` or `ylim()` (@jimhester, #557).
You can’t perform that action at this time.
0 commit comments