Plotly

Latest version: v6.0.1

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 62 of 65

1.8.5

Not secure
Fixed
- Fixed validation errors (validate=False workaround no longer required)

Added
- Auto-sync API request on import to get the latest schema from Plotly
- `.`-access for nested attributes in plotly graph objects
- General `.help()` method for plotly graph objects
- Specific attribute `.help(<attribute>)` also included

Removed
- No more *is streamable*, streaming validation.

1.8.3

Not secure
Fixed
- Fixed typos in `plot` and `iplot` documentations

1.8.2

Not secure
Added
- CHANGELOG
- `sharing` keyword argument for `plotly.plotly.plot` and `plotly.plotly.iplot` with options `'public' | 'private' | 'secret'` to control the privacy of the charts. Depreciates `world_readable`

Changed
- If the response from `plot` or `iplot` contains an error message, raise an exception

Removed
- `height` and `width` are no longer accepted in `iplot`. Just stick them into your figure's layout instead, it'll be more consistent when you view it outside of the IPython notebook environment. So, instead of this:


py.iplot([{'x': [1, 2, 3], 'y': [3, 1, 5]}], height=800)


do this:


py.iplot({
'data': [{'x': [1, 2, 3], 'y': [3, 1, 5]}],
'layout': {'height': 800}
})


Fixed
- The height of the graph in `iplot` respects the figure's height in layout


Orca changelog

For more context information, please read through the
[release notes](https://github.com/plotly/orca/releases).

To see all merged commits on the master branch that will be part of the next Orca release, go to:

https://github.com/plotly/orca/compare/vX.Y.Z...master

where X.Y.Z is the semver of most recent Orca release.

1.8.0

Not secure
Added
- Range slider functionality for scatter traces [336, 368, 377]
- Range selector functionality for cartesian and gl2d plot types [373]
- Support for connectgaps in scatter3d traces [361]

Fixed
- gl2d toImage mode bar button is now again functional (bug introduced in 1.7.0) [369]
- IE / Edge handling of getComputedTextLength is now functional [376]
- improved marker color attribute description [366]

1.7.1

Not secure
Fixed
- Legend dimensions are correctly updated (bug introduced in 1.7.0) [365]
- Friction between cartesian double-click and drag interactions is reduced [355]
- Ultra-zoomed svg line paths are correctly computed [353]
- Initial axis ranges are no longer reset on data-updating restyle calls [351]
- Events now work in jQuery no-conflict scopes (bug introduced in 1.7.0) [352]

1.7.0

Not secure
Added
- Custom surface color functionality (for 4D plotting) is added to surface traces [347]
- Top-level `Plotly.purge` method (which returns the graph div in its
pre-Plotly.plot state) is added [300]
- Support for custom hover labels on multiple subplots in `Plotly.Fx.hover` is
added [301]

Fixed
- Error bars node ordering now respect the trace ordering [343]
- Geo traces nodes now update properly on streaming plot calls [324]
- jQuery check in event module is made more robust [328]

Page 62 of 65

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.