jupyterlab-plotly
Advanced tools
Changelog
[5.24.1] - 2024-09-12
Changelog
[5.24.0] - 2024-08-29
px
functions for maps: scatter_map
, line_map
, choropleth_map
, and density_map
.Updated Plotly.js from version 2.34.0 to version 2.35.0. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects
module. Notable changes include:
Fixed a bug in integer validation of arrays that threw an error when an array contained a mix of strings and integers.
Changelog
[5.23.0] - 2024-07-23
plotly.graph_objects
module. Notable changes include:
subtitle
attribute to layout.title
to enable adding subtitles to plots [#7012]category_order
on cartesian axes [#6223],
with thanks to @acxz and @prabhathc for the contribution!ticklabelindex
for drawing the label for each minor tick n positions away from a major tick,
with thanks to @my-tien for the contribution! [#7036]ticklabelstandoff
and ticklabelshift
to cartesian axes to adjust positioning of tick labels,
with thanks to @my-tien for the contribution! [#7006]x0shift
, x1shift
, y0shift
, y1shift
to shapes to add control over positioning of shape vertices on (multi-)category axes,
with thanks to @my-tien for the contribution! [#7005]pytest
at version 8.1.1 to match.IntegerValidator
to handle extras
option to allow supporting additional keyword values. For example, 'bold' and 'normal' as well as integers as used in font weights [#4612].Changelog
[5.22.0] - 2024-05-01
plotly.graph_objects
module. Notable changes include:
Changelog
[5.21.0] - 2024-04-17
plotly.graph_objects
module. Notable changes include:
zorder
attribute to various cartesian traces for controlling stacking order of SVG traces drawn into a subplot [#6918, #6953],
This feature was anonymously sponsored: thank you to our sponsor!sizemode
to cone trace [#6938]layout.hoversubplots
to enable hover effects across multiple cartesian suplots sharing one axis [#6947, #6950]orjson
loading issue [#4562]Changelog
[5.20.0] - 2024-03-13
plotly.graph_objects
module. Notable changes include:
Changelog
[5.19.0] - 2024-02-15
plotly.graph_objects
module. Notable changes include:
layout.barcornerradius
and trace.marker.cornerradius
properties to support rounding the corners of bar traces [#6761],
with thanks to Displayr for sponsoring development!autotickangles
to cartesian and radial axes [#6790], with thanks to @my-tien for the contribution!align
option to sankey nodes to control horizontal alignment [#6800],
with thanks to @adamreeve for the contribution!bdata
) and shape
(for 2 dimensional arrays) to declare various typed arrays i.e. dtype=(float64|float32|int32|int16|int8|uint32|uint16|uint8)
[#5230]stadiamaps.com
, the users may also need to provide their own API_KEY via config.mapboxAccessToken
[#6776, #6778]mode
is deterministic from px
[#4429]pd.Categorical
dtype with unobserved categories [#4437]column_names
returns an unmaterialized object: generator, iterator, etc. [#4442]FutureWarning
being displayed when setting the color
argument in plotly.express
[#4519]Changelog
[5.18.0] - 2023-10-25
plotly.graph_objects
module. Notable changes include:
insiderange
to cartesian axes to help avoid overlap between visible grid lines and tick labels of the counter axis when they are positioned inside [#6735], this feature was anonymously sponsored: thank you to our sponsor!candlestick
using react [#6757]Changelog
[5.17.0] - 2023-09-15
BasePlotlyType.to_json()
method [#4301]plotly.graph_objects
module. Notable changes include:
autorangeoptions
(clipmin
, clipmax
, minallowed
, maxallowed
, include
) as well as minallowed
and maxallowed
to cartesian, gl3d and radial axes [#6547]scaleanchor
to allow removing a constraint that is set by default [#6712], with thanks to @lvlte for the contribution!