Skip to content

Commit 78b779b

Browse files
committed
update news
1 parent f140752 commit 78b779b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 4.5.0 -- 21 September 2016
2+
3+
## NEW FEATURES
4+
5+
* 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 examples -- <https://cpsievert.github.io/plotly_book/maps.html>
6+
* Added the `add_mesh3d()` and `add_pie()` functions as wrappers around the "mesh3d", and "pie" trace types.
7+
8+
## CHANGES
9+
10+
* The `add_scattergeo()` and `add_choropleth()` functions have been deprecated in favor of `plot_geo()`.
11+
* 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.
12+
* `add_ribbons()` now shows points (instead of fill) on hover.
13+
114
# 4.4.5 -- 19 September 2016
215

316
## NEW FEATURES

0 commit comments

Comments
 (0)