jupyterlab-plotly
Advanced tools
Changelog
[4.7.1] - 2020-05-08
AttributeError: module 'plotly.graph_objs' has no attribute 'FigureWidget'
exception on from plotly.graph_objs import *
when ipywidgets
is not installed. Error also occurred when importing plotly.figure_factor
. It is now possible to import plotly.graph_objs.FigureWidget
when ipywidgets
is not installed, and an informative ImportError
exception will be raised in the FigureWidget
constructor (#2443, #1111).TypeError: unhashable type: 'Template'
during Figure
construction when plotly.io.templates.default
is set to a Template
object rather than a string.Changelog
[4.7.0] - 2020-05-06
hover_data
parameter of px
functions can now be a dictionary. This makes it possible to skip hover information for some arguments or to change the formatting of hover information #2377.master
branch of Plotly.js, which makes for faster QA and development cycles #2349. Thanks @zouhairm for this Pull Request!This version includes several performance improvements (#2368, #2403).
figure.layout.xaxis
) are no longer created eagerly during graph object construction. Instead, they are created lazily the first time the property is accessed.Changelog
[4.6.0] - 2020-03-31
layout.xaxis.rangebreaks
layout.hovermode="x unified"
), in which the hover box shows the information for all traces at a given x (or y) positionnode.customdata
and link.customdata
to sankey tracespx.imshow
now accepts xarray
inputs, with metadata being used for axis labels, hover and colorbar #2166