All Versions
149
Latest Version
Avg Release Cycle
31 days
Latest Release
101 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v4.1.0.rc3
August 06, 2019 -
v4.1.0.rc2
August 06, 2019 -
v4.1.0.rc1
August 04, 2019 -
v4.0.0rc1
July 09, 2019 -
v4.0.0.rc1
July 09, 2019 -
v3.10.0 Changes
May 31, 2019โก๏ธ Updated
- Updated Plotly.js to version 1.48.1. See the plotly.js CHANGELOG for more information.
โ Added
- Added funnel trace (plotly/plotly.js#3817, plotly/plotly.js#3911)
- Added funnelarea traces (#3876, #3912)
- Added support for shared color axes via coloraxis attributes in the layout (#3803, #3786, #3901, #3916)
- Added support for sorting categorical cartesian axes by value (#3864)
- Added
bingroup
tohistogram
,histogram2d
andhistogram2dcontour
to group traces to have compatible auto-bin values (#3845) - Add legend
itemclick
anditemdoubleclick
attributes to set or disable the legend item click and double-click behavior (#3862) - Added support for calling orca through Xvfb to support static image export on Linux when X11 is not available (#1523).
๐ Fixed
- Fixed
PlotlyJSONEncoder
encoding error whensimplejson
is installed (#1556, #1561) - HTML export now honors the figure height specified in the figure template (#1560)
- Fixed display height of figure displayed in JupyterLab (#1572, #1571)
- Fixed honouring of the
validate=False
option for all renderer types (#1576)
-
v3.9.0 Changes
April 19, 2019โก๏ธ Updated
- Updated Plotly.js to version 1.47.4. See the plotly.js CHANGELOG for more information.
โ Added
- Added "magic underscore" support for specifying nested figure properties (#1534)
- Added
select_traces
,for_each_trace
, andupdate_traces
figure methods for accessing and updating traces by subplot location and trace properties (#1534) - Added
select_*
,for_each_*
, andupdate_*
figure methods for accessing and updating subplot objects (xaxis
,scene
,polar
, etc) (#1548) - Added support for Dash Design Kit style color specifications (#1541). Thanks to @wbrgss for this contribution!
- Added support for the
plotly_unselect
plotly.js event in a newon_unselect
trace method (#1542). Thanks to @denphi for this contribution!
๐ Changed
- Changed the default colorscale to be
plasma
for theplotly
,plotly_white
, andplotly_dark
templates for plotly.py version 4 (#1274, #1549) - Reordered the default colorway for the
plotly
,plotly_white
, andplotly_dark
templates for plotly.py version 4 (#1549)
๐ Fixed
- Fixed package listing in setup.py (#1543). Thanks to @jakevdp for this contribution!
- Fixed built-in templates so that
heatmap
colorscales can be overridden without specifyingautocolorscale=False
(#1454, #1549) - Fix
UnboundLocalError
error in the presence of a missing or corrupt~/.plotly/.config
file (#1551) - Fixed error when combining
sankey
traces with cartesian subplots (#1527, plotly/plotly.js#3802)
-
v3.8.1 Changes
April 19, 2019โก๏ธ Updated
- Updated Plotly.js to version 1.47.3. See the plotly.js CHANGELOG for more information.
๐ Fixed
- Fix MathJax rendering in Firefox (plotly/plotly.js#3783)
- Fix vertical responsive resizing in exported HTML files (#1524, 1525)
๐ Changed
- Reverted change to
layout.legend.itemsizing = 'constant'
in built-in templates that was made in 3.8.0. This resulted in unexpectedly large legend entries in some common cases (#1526)
-
v3.8.0 Changes
April 15, 2019โก๏ธ Updated
- Updated Plotly.js to version 1.47.1. See the plotly.js CHANGELOG for more information.
โ Added
- Three new trace types:
sunburst
(plotly/plotly.js#3594),waterfall
(plotly/plotly.js#3531), andvolume
(plotly/plotly.js#3488). - New
plotly.io.to_html
andplotly.io.write_html
functions to export figures as html (#1474). - Added
animation_opts
argument toplotly.offline.plot
andplotly.offline.iplot
to control the auto-play animation settings (#1503). Special thanks to @TakodaS for this contribution!
๐ Fixed
- Fix race condition when checking the permissions of the
.plotly
settings directory (#1498). Special thanks to @pb-cdunn for this contribution! - Fix
OSError
when processing time series data using Python 3.7+ (#1402, #1501)
โก๏ธ Updated
- Align hoverlabels left and set legend items to constant-size in builtin themes (#1520)
-
v3.7.1 Changes
March 19, 2019