Updated Plotly.js to from version 2.16.1 to version 2.17.1. See the plotly.js CHANGELOG for more information. Notable changes include:
Add shift and autoshift to cartesian y axes to help avoid overlapping of multiple axes [#6334],
with thanks to Gamma Technologies for sponsoring the related development!
Introduce group attributes for scatter trace i.e. alignmentgroup, offsetgroup, scattermode and scattergap [#6381],
this feature was anonymously sponsored: thank you to our sponsor!
Add marker.cornerradius attribute to treemap trace [#6351]
Fixed
Fixed the usage of some deprecated NumPy types which were removed in NumPy 1.24 [#3997]
Fixed bug for trendlines with datetime axes [#3683]
marker.angle attribute now accepts iterables where appropriate [#4013]
selector=0 now correctly returns the first trace in .select_traces() and related methods [#3817]
v5.11.0
Updated
Updated Plotly.js to from version 2.14.0 to version 2.16.1. See the plotly.js CHANGELOG for more information. Notable changes include:
Add clustering options to scattermapbox [#5827],
with thanks to @elben10 for the contribution!
Add angle, angleref and standoff to marker and add backoff to line; also introduce new arrow symbols to facilitate drawing networks [#6297]
Add minreducedwidth and minreducedheight to layout for increasing control over automargin [#6307]
Add entrywidth and entrywidthmode to legend [#6202, #6324]
v5.10.0
Updated
Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the plotly.js CHANGELOG for more information. Notable changes include:
Add support for sankey links with arrows
Add selections, newselection and activeselection layout attributes to have persistent and editable selections over cartesian subplots
Add unselected.line.color and unselected.line.opacity options to parcoords trace
Display Plotly's new logo in the modebar
v5.9.0
Added
pattern_shape options now available in px.timeline()#3774
facet_* and category_orders now available in px.pie()#3775
Performance
px methods no longer call groupby on the input dataframe when the result would be a single group, and no longer groups by a lambda, for significant speedups #3765 with thanks to @jvdd
Updated
Allow non-string extras in flaglist attributes, to support upcoming changes to ax.automargin in plotly.js plotly.js#6193, #3749
Updated Plotly.js to from version 2.16.1 to version 2.17.1. See the plotly.js CHANGELOG for more information. Notable changes include:
Add shift and autoshift to cartesian y axes to help avoid overlapping of multiple axes [#6334],
with thanks to Gamma Technologies for sponsoring the related development!
Introduce group attributes for scatter trace i.e. alignmentgroup, offsetgroup, scattermode and scattergap [#6381],
this feature was anonymously sponsored: thank you to our sponsor!
Add marker.cornerradius attribute to treemap trace [#6351]
Fixed
Fixed the usage of some deprecated NumPy types which were removed in NumPy 1.24 [#3997]
Fixed bug for trendlines with datetime axes [#3683]
marker.angle attribute now accepts iterables where appropriate [#4013]
selector=0 now correctly returns the first trace in .select_traces() and related methods [#3817]
[5.11.0] - 2022-10-27
Updated
Updated Plotly.js to from version 2.14.0 to version 2.16.1. See the plotly.js CHANGELOG for more information. Notable changes include:
Add clustering options to scattermapbox [#5827],
with thanks to @elben10 for the contribution!
Add angle, angleref and standoff to marker and add backoff to line; also introduce new arrow symbols to facilitate drawing networks [#6297]
Add minreducedwidth and minreducedheight to layout for increasing control over automargin [#6307]
Add entrywidth and entrywidthmode to legend [#6202, #6324]
[5.10.0] - 2022-08-11
Updated
Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the plotly.js CHANGELOG for more information. Notable changes include:
Add support for sankey links with arrows
Add selections, newselection and activeselection layout attributes to have persistent and editable selections over cartesian subplots
Add unselected.line.color and unselected.line.opacity options to parcoords trace
Display Plotly's new logo in the modebar
[5.9.0] - 2022-06-23
Added
pattern_shape options now available in px.timeline()#3774
facet_* and category_orders now available in px.pie()#3775
Performance
px methods no longer call groupby on the input dataframe when the result would be a single group, and no longer groups by a lambda, for significant speedups #3765 with thanks to @jvdd
Updated
Allow non-string extras in flaglist attributes, to support upcoming changes to ax.automargin in plotly.js plotly.js#6193, #3749
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps plotly from 4.14.3 to 5.12.0.
Release notes
Sourced from plotly's releases.
... (truncated)
Changelog
Sourced from plotly's changelog.
... (truncated)
Commits
baedaab
fixing last few doc links6789c8c
switch back to lockfile v19ef7d03
still trying to find CI issue09c1234
missed a line in the lockfile707f5d0
more logging to find source of dirty tree in release buildd167f53
version changes for v5.12.0470cbc4
Merge pull request #3980 from plotly/docs-dec488f117
Merge pull request #4013 from plotly/angle_arrayOk6660820
angle aok tests8986034
changelogDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)