Plotly

Latest version: v5.22.0

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

Scan your dependencies

Page 13 of 63

3.2.0

Not secure
This release introduces the long-anticipated ability to programmatically
export figures as high quality static images in both raster and vector
formats.

JupyterLab Versions (Python 3.5+)
For use with JupyterLab, the following versions of the following packages
must be installed:

- Python Packages
- plotly==3.2.0
- ipywidgets>=7.2
- notebook>=5.3
- jupyterlab==0.34

- JupyterLab Extensions
- plotlywidget0.3.0
- jupyter-widgets/jupyterlab-manager0.37
- jupyterlab/plotly-extension0.17

Added
- plotly.js version 1.40.1, which introduces the following features:
- Allow `contour`, `contourcarpet` and `histogram2dcontour` to have corresponding legend items using `showlegend`
([plotly/plotly.js2891](https://github.com/plotly/plotly.js/pull/2891),
[plotly/plotly.js2914](https://github.com/plotly/plotly.js/pull/2914))
- Add scatterpolar and scatterpolargl attributes `r0`, `dr`, `theta0` and `dtheta`
([plotly/plotly.js2895](https://github.com/plotly/plotly.js/pull/2895))
- Add layout attributes `piecolorway` and `extendpiecolors` for more control over pie colors
([plotly/plotly.js2870](https://github.com/plotly/plotly.js/pull/2870))
- Add `splom` attribute `dimensions[i].axis.type` to easily override axis type in splom-generated axes
([plotly/plotly.js2899](https://github.com/plotly/plotly.js/pull/2870))
- Add support for on-graph text in `scatterpolargl` traces
([plotly/plotly.js2895](https://github.com/plotly/plotly.js/pull/2895))
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1400----2018-08-16)
for bug fixes and more information.
- Support for offline static image export with the `to_image` and `write_image`
functions in the new `plotly.io` package ([1120](https://github.com/plotly/plotly.py/pull/1120)).
- Note: Image export requires the plotly [orca](https://github.com/plotly/orca)
command line utility and the [`psutil`](https://github.com/giampaolo/psutil) Python package.
- New documentation sections covering [Static Image Export](https://plot.ly/python/static-image-export/)
and [Orca Management](https://plot.ly/python/orca-management/)
- Support for displaying `FigureWidget` instances in static contexts
(e.g. [nbviewer](http://nbviewer.jupyter.org/)) just like the built-in ipywidgets
([1117](https://github.com/plotly/plotly.py/pull/1117))
- Full integration of the Cividis colorscale ([883](https://github.com/plotly/plotly.py/pull/883))
- conda packaging
- From here forward, new versions of plotly.py will be published to the [plotly anaconda channel](https://anaconda.org/plotly/)
on the same day they are published to PyPI.
([72ad0e4](https://github.com/plotly/plotly.py/commit/72ad0e4bf54bb8a06445d2ca55488ffc11c836a7))
- The [`README`](packages/python/plotly-geo/README.md) now includes conda installation instructions alongside the pip instructions.
- In addition to the existing installation approaches, orca is now also available as a
[conda package](https://anaconda.org/plotly/plotly-orca) from the plotly anaconda channel.

Updated
- Show traces at the top of the Gantt chart's colorbar ([1110](https://github.com/plotly/plotly.py/pull/1110))
- Significantly improved validation performance for numeric pandas `Series` objects ([1149](https://github.com/plotly/plotly.py/pull/1149))
- Specialize auto-generated docstrings for Python syntax
- More robust and specific logic for retrying requests to the plot.ly cloud service ([1146](https://github.com/plotly/plotly.py/pull/1146))
- Support basic authentication when using the streaming API behind a proxy server ([1133](https://github.com/plotly/plotly.py/pull/1133))

Fixed
- Validators for `dash` properties (e.g. `scatter.line.dash`) incorrectly rejected dash length lists ([1136](https://github.com/plotly/plotly.py/pull/1136))
- Annotated heatmap error when custom colorscale was specified ([1151](https://github.com/plotly/plotly.py/pull/1151))
- Incorrect deprecation warning for deprecated `plotly.graph_objs.Annotations` class ([1138](https://github.com/plotly/plotly.py/pull/1138))
- Harmless JavaScript console error when opening an html file produced by `plotly.offline.plot` ([1152](https://github.com/plotly/plotly.py/pull/1152))
- Incorrect validation errors when writing data to the streaming API ([1145](https://github.com/plotly/plotly.py/pull/1145))

3.1.1

Not secure
This release is a minor bug-fix update to version 3.1.0

JupyterLab Versions
For use with JupyterLab, the following versions of the following packages
must be installed:

- Python Packages
- plotly==3.1.1
- ipywidgets>=7.2
- notebook>=5.3
- jupyterlab==0.33

- JupyterLab Extensions
- plotlywidget0.2.1
- jupyter-widgets/jupyterlab-manager0.36
- jupyterlab/plotly-extension0.16

Updated
- Updated plotly.js to version 1.39.4.
- This is a bug-fix release of plotly.js
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1394----2018-08-02) for more information

Fixed
- Fixed error in validation of configkeys
[plotly/plotly.js1065](https://github.com/plotly/plotly.py/pull/1065)
- Fixed error in presentation of named colorscales
[plotly/plotly.js1089](https://github.com/plotly/plotly.py/pull/1089)
- Fixed numerical precision error when using `plotly.tools.make_subplots`
to create figures with a large number of subplots
[plotly/plotly.js1091](https://github.com/plotly/plotly.py/pull/1091)
- Fixed problem that prevented the use of the `.update` method to initialize
an array property (e.g. `layout.shapes`)
[plotly/plotly.js1091](https://github.com/plotly/plotly.py/pull/1092)
- Fixed `FigureWidget` problem causing scroll zoom on 3D plots to stutter
[plotly/plotly.js1094](https://github.com/plotly/plotly.py/pull/1094)
- Fixed invalid `tickmode` property in `matplotlylib`
[plotly/plotly.js1101](https://github.com/plotly/plotly.py/pull/1101)

3.1.0

Not secure
JupyterLab Versions
For use with JupyterLab, the following versions of the following packages
must be installed. See [README.md](packages/python/plotly-geo/README.md) for instructions.

- Python Packages
- plotly==3.1.0
- ipywidgets>=7.2
- notebook>=5.3
- jupyterlab==0.32.1

- JupyterLab Extensions
- plotlywidget0.2.0
- jupyter-widgets/jupyterlab-manager0.35
- jupyterlab/plotly-extension0.16

Updated
- Updated Plotly.js to version 1.39.2
- See highlights below
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1392----2018-07-16) for more information.

Added
- Added 3D streamtube traces
[plotly/plotly.js2658](https://github.com/plotly/plotly.js/pull/2658)
- Added support for on-graph text in scattergl traces
- Added gridshape attribute to polar subplots with values 'circular' (the default) and 'linear' (to draw polygon grids)
[plotly/plotly.js2739](https://github.com/plotly/plotly.js/pull/2739)

3.0.2

Not secure
This is a minor bug-fix release to 3.0.0

3.0.1

Note: This release's installation was broken. It has been removed from PyPI

3.0.0

Not secure
This is a major version with many exciting updates. See the [Introducing plotly.py 3.0.0](https://medium.com/plotlygraphs/introducing-plotly-py-3-0-0-7bb1333f69c6) post for more information.

Page 13 of 63

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.