@@ -17,18 +17,21 @@ ggplot2 0.9.3.1.99
17
17
18
18
* Allow to use brewer palettes for continuous scales, through the new
19
19
`scale_fill/colour_distiller()` functions (@jiho, #925).
20
+
20
21
* `position_jitterdodge()` combines `position_jitter()` and `position_dodge()`,
21
22
allowing the user to plot and align points generated by e.g. `geom_point()`
22
23
with those generated by a dodged `geom_boxplot()`. See
23
24
`example(position_jitterdodge)` for a potential usage. (@kevinushey, #932)
25
+
24
26
* New coordinate system for small scale maps. `coord_quickmap()` computes and
25
27
sets the correct aspect ratio between one degree of latitude and one degree
26
28
of longitude at the centre of the plotted region. It does not perform full
27
29
fledged mapping projection as `coord_map()` does and therefore is much
28
30
faster. Yet, it gives a correct approximation for small scale maps (a few
29
31
degrees in either direction) at medium to low latitudes (@jiho, #922).
30
- * `geom_boxplot` gain new `varwidth` argument for controlling whether or not
31
- the width of boxplots should be proportional to the size of the groups
32
+
33
+ * `geom_boxplot` gain new `varwidth` argument for controlling whether or not
34
+ the width of boxplots should be proportional to the size of the groups
32
35
(@tsieger, #927).
33
36
34
37
* Allow specifying only one of the limits in a scale and use the automatic
@@ -45,9 +48,11 @@ ggplot2 0.9.3.1.99
45
48
46
49
* `fortify.SpatialPolygonsDataFrame()` now calls `polygons` without
47
50
requiring the `sp` to be loaded first (@seancarmody, #879).
51
+
48
52
* theme: new theme settings panel.margin.x and panel.margin.y (units) allow
49
53
specifying horizontal and vertical gap between panels in facetted plots (for
50
54
both grid and wrap). (Kirill Müller. Fixes #839)
55
+
51
56
* Fix vertical justification for rotated text. This will change the appearance
52
57
of plots that use textual elements that are rotated by 90° or 270° and have a
53
58
`vjust` parameter other than the default 0.5; the interpretation of `vjust`
@@ -57,9 +62,6 @@ ggplot2 0.9.3.1.99
57
62
* `aes()` no more treats variables like `a..x..b as a calculated aesthetic.
58
63
(@krlmlr, #834.)
59
64
60
- * `aes()` no more treats variables like `a..x..b` as a calculated aesthetic
61
- (@krlmlr, #834).
62
-
63
65
* Add `"none"` to documentation of `theme()` for parameter `legend.position`
64
66
(@krlmlr, #829).
65
67
0 commit comments