Plotly

Latest version: v6.0.1

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

Scan your dependencies

Page 57 of 65

1.12.6

Not secure
Updated
- Updated `plotly.min.js` from 1.14.1 to 1.16.2
- Trace type scattermapbox is now part of the main bundle
- Add updatemenus (aka dropdowns) layout components
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates

1.12.5

Not secure
Updated
- `.create_trisurf` now supports a visible colorbar for the trisurf plots. Check out the docs for help:

import plotly.tools as tls
help(tls.FigureFactory.create_trisurf)

1.12.4

Not secure
Added
- The FigureFactory can now create 2D-density charts with `.create_2D_density`. Check it out with:

import plotly.tools as tls
help(tls.FigureFactory.create_2D_density)

1.12.3

Not secure
Updated
- Updated `plotly.min.js` from 1.13.0 to 1.14.1
- Numerous additions and changes where made to the mapbox layout layers attributes
- Attribute line.color in scatter3d traces now support color scales
- Layout shapes can now be moved and resized (except for 'path' shapes) in editable contexts
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1141----2016-06-28) for additional information regarding the updates
- Updated `default-schema`

Added
- Added `update_plotlyjs_for_offline` in makefile in order to automate updating `plotly.min.js` for offline mode

1.12.2

Not secure
Updated
- Updated plotly.min.js so the offline mode is using plotly.js v1.13.0
- Fix `Plotly.toImage` and `Plotly.downloadImage` bug specific to Chrome 51 on OSX
- Beta version of the scattermapbox trace type - which allows users to create mapbox-gl maps using the plotly.js API. Note that scattermapbox is only available through custom bundling in this release.
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1130----2016-05-26) for additional additions and updates.

Added
- The FigureFactory can now create gantt charts with `.create_gantt`. Check it out with:

import plotly.tools as tls
help(tls.FigureFactory.create_gantt)

- Ability to download images in offline mode. By providing an extra keyword `image` to the existing plot calls, you can now download the images of the plots you make in offline mode.

Fixed
- Fixed check for the height parameter passed to `_plot_html`, and now sets the correct `link text` for plots
generated in offline mode.

1.12.1

Not secure
Added
- The FigureFactory can now create violin plots with `.create_violin`. Check it out with:

import plotly.tools as tls
help(tls.FigureFactory.create_violin)

Page 57 of 65

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.