I’m happy to announce that plotly.py 3.4.0 has been released and is available on PyPI and the plotly anaconda channel (Note, the Python 3 packages are up but there’s still a packaging issue we need to work through for the Python 2.7 packages).
This release brings a bunch of exciting features including:
- Theming support (See the announcement post)
- A new Parallel Cateogries (
parcats
) trace type for the visualization of multi-dimensional categorical datasets (See theparcats
example notebook) - LaTeX typesetting support in the Jupyter Notebook, JupyterLab, and exported HTML files. See the example notebook. (Note: this works great in Chrome, but there are still some outstanding issues with plotly.js, MathJax, and FireFox at the moment)
And a whole lot more! See the CHANGELOG for more info.
Happy plotting!
-Jon