| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| plotly-6.9.0.tar.gz | 2026-07-09 | 6.9 MB | |
| plotly-6.9.0-py3-none-any.whl | 2026-07-09 | 9.9 MB | |
| README.md | 2026-07-09 | 1.5 kB | |
| v6.9.0 source code.tar.gz | 2026-07-09 | 10.5 MB | |
| v6.9.0 source code.zip | 2026-07-09 | 12.5 MB | |
| Totals: 5 Items | 39.9 MB | 0 | |
Fixed
- Raise a clear
ValueErrorwhen an unsupported marginal plot type is passed to Plotly Express, instead of failing later with a cryptic'NoneType' object has no attribute 'constructor'message [#5625], with thanks to @eugen-goebel for the contribution!
Updated
- Update plotly.js from version 3.6.0 to version 3.7.0. See the plotly.js release notes for more information [#5639]. Notable changes include:
- Rename
sendDataToCloudmodebar button tosendChartToCloud, and update to upload chart to Plotly Cloud [#7802, #7852, #7854]. NOTE: The Plotly Cloud endpoint for receiving charts is not yet functional, so this button won't complete the upload. - Fix stale
scatterglerror bars after toggling traces with mixed error bar visibility [#7773], with thanks to @JulienIcon for the contribution! - Fix geo
fitboundsto choose a compact longitude range when point data straddles the antimeridian [#7837], with thanks to @SharadhNaidu for the contribution!
Full Changelog: https://github.com/plotly/plotly.py/compare/v6.8.0...v6.9.0