We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bc4b1 commit bab7ffaCopy full SHA for bab7ffa
NEWS.md
@@ -1,16 +1,8 @@
1
# ggplot2 3.0.0.9000
2
3
-<<<<<<< HEAD
4
* `geom_sf()` now respects `lineend`, `linejoin`, and `linemitre` parameters
5
for lines and polygons (@alistaire47, #2826)
6
7
-* The function `range()` in `Coord` has been renamed to `backtransform_range()`
8
- to clarify its intended meaning. This affects developers of custom coords. It
9
- may also affect developers of custom geoms that use the `range()` function. That
10
- code should be migrated to use `backtransform_range()` (@clauswilke, breaking change).
11
-
12
-=======
13
->>>>>>> undo API cleanup
14
* `geom_hline()`, `geom_vline()`, and `geom_abline()` now work properly
15
with `coord_trans()` (@clauswilke, #2149, #2812).
16
0 commit comments