@@ -17,18 +17,21 @@ ggplot2 0.9.3.1.99
1717
1818* Allow to use brewer palettes for continuous scales, through the new
1919 `scale_fill/colour_distiller()` functions (@jiho, #925).
20+
2021* `position_jitterdodge()` combines `position_jitter()` and `position_dodge()`,
2122 allowing the user to plot and align points generated by e.g. `geom_point()`
2223 with those generated by a dodged `geom_boxplot()`. See
2324 `example(position_jitterdodge)` for a potential usage. (@kevinushey, #932)
25+
2426* New coordinate system for small scale maps. `coord_quickmap()` computes and
2527 sets the correct aspect ratio between one degree of latitude and one degree
2628 of longitude at the centre of the plotted region. It does not perform full
2729 fledged mapping projection as `coord_map()` does and therefore is much
2830 faster. Yet, it gives a correct approximation for small scale maps (a few
2931 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
3235 (@tsieger, #927).
3336
3437* Allow specifying only one of the limits in a scale and use the automatic
@@ -45,9 +48,11 @@ ggplot2 0.9.3.1.99
4548
4649* `fortify.SpatialPolygonsDataFrame()` now calls `polygons` without
4750 requiring the `sp` to be loaded first (@seancarmody, #879).
51+
4852* theme: new theme settings panel.margin.x and panel.margin.y (units) allow
4953 specifying horizontal and vertical gap between panels in facetted plots (for
5054 both grid and wrap). (Kirill Müller. Fixes #839)
55+
5156* Fix vertical justification for rotated text. This will change the appearance
5257 of plots that use textual elements that are rotated by 90° or 270° and have a
5358 `vjust` parameter other than the default 0.5; the interpretation of `vjust`
@@ -57,9 +62,6 @@ ggplot2 0.9.3.1.99
5762* `aes()` no more treats variables like `a..x..b as a calculated aesthetic.
5863 (@krlmlr, #834.)
5964
60- * `aes()` no more treats variables like `a..x..b` as a calculated aesthetic
61- (@krlmlr, #834).
62-
6365* Add `"none"` to documentation of `theme()` for parameter `legend.position`
6466 (@krlmlr, #829).
6567
0 commit comments