You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,37 @@
1
+
# 4.5.2 -- 23 September 2016
2
+
3
+
## NEW FEATURES
4
+
5
+
* The new argument, `split`, replaces the old functionality of the now deprecated `group` argument by creating one trace per value.
6
+
7
+
## BUG FIXES
8
+
9
+
* Passing plots to `subplot()` without a specified color (once again) match the coloring defaults supplied by plotly.js (see #724).
10
+
11
+
# 4.5.1 -- 23 September 2016
12
+
13
+
## NEW FEATURES
14
+
15
+
* A tibble with a list-column of plotly objects can now be input directly into `subplot()`
16
+
17
+
## BUG FIXES
18
+
19
+
* The `colorbar()` function now works on colorbars generated via `z` mapping.
20
+
21
+
# 4.5.0 -- 22 September 2016
22
+
23
+
## NEW FEATURES
24
+
25
+
* Added the `plot_mapbox()` and `plot_geo()` functions, which make it easier to work with the "scattermapbox", "scattergeo", and "choropleth" trace types. See the maps chapter of the plotly book for some examples -- <https://cpsievert.github.io/plotly_book/maps.html>
26
+
*`subplot()` now accepts, and correctly scales mapbox objects.
27
+
* Added the `add_mesh3d()` and `add_pie()` functions as wrappers around the "mesh3d", and "pie" trace types.
28
+
29
+
## CHANGES
30
+
31
+
* The `add_scattergeo()` and `add_choropleth()` functions have been deprecated in favor of `plot_geo()`.
32
+
* The `add_area(...)` function changed it's meaning from `add_lines(..., fill = 'tozeroy')` to a wrapper around the area trace <https://plot.ly/r/reference/#area>. This is more consistent with the naming conventions already in place for other `add_()` functions.
33
+
*`add_ribbons()` now shows points (instead of fill) on hover.
0 commit comments