| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| plotly-6.6.0.tar.gz | 2026-03-02 | 7.0 MB | |
| plotly-6.6.0-py3-none-any.whl | 2026-03-02 | 9.9 MB | |
| README.md | 2026-03-02 | 1.4 kB | |
| v6.6.0 source code.tar.gz | 2026-03-02 | 10.4 MB | |
| v6.6.0 source code.zip | 2026-03-02 | 12.3 MB | |
| Totals: 5 Items | 39.6 MB | 6 | |
Fixed
- Remove unneeded
type="text/javascript"attribute from<style>tag [#5454], with thanks to @hannob for the contribution! - Remove global warning format side effect [#5481], with thanks to @emmanuel-ferdman for the contribution!
- Fix spurious engine deprecation warning in write_image [#5517], with thanks to @mosh3eb for the contribution!
Updated
- Update plotly.js from version 3.3.1 to version 3.4.0. See the plotly.js release notes for more information. [#5527]. Notable changes include:
- Add support for clicking legend titles to toggle visibility of all traces in legend [#7698]
- Add support for shapes to reference multiple axes [#7666]
- Add support for dashed marker lines in scatter plots [#7673]
- Increase axis autorange when bar charts have outside text labels, to avoid labels being clipped [#7675]
Full Changelog: https://github.com/plotly/plotly.py/compare/v6.5.2...v6.6.0