File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ ggplot2 1.0.0
12
12
13
13
NEW FEATURES
14
14
15
- * `borders()` now accepts xlim and ylim arguments for specifying the geographical
16
- region of interest (@markpayneatwork, #1392)
17
-
18
15
* New coordinate system for small scale maps. `coord_quickmap()` computes and
19
16
sets the correct aspect ratio between one degree of latitude and one degree
20
17
of longitude at the centre of the plotted region. It does not perform full
Original file line number Diff line number Diff line change @@ -331,6 +331,9 @@ version of ggplot.
331
331
332
332
## Bug fixes and minor improvements
333
333
334
+ * `borders()` now accepts xlim and ylim arguments for specifying the geographical
335
+ region of interest (@markpayneatwork, #1392)
336
+
334
337
* All partially matched arguments and `$` have been been replaced with
335
338
full matches (@jimhester, #1134).
336
339
You can’t perform that action at this time.
0 commit comments