plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
It doesn't seem possible to add a "select" dragmode to a figure with a `go.Heatmap` object. You can specify the starting `dragmode` as `"select"`, in which case you can immediately...
Right now it is possible to have independent axes labels/ticks for facets using this trick: https://stackoverflow.com/questions/60997189/how-can-i-make-faceted-plots-in-plotly-have-their-own-individual-yaxes-tick-labe However, it is kind of hard to remember the 4-line solution by heart. Is...
I teach [a class](https://python-public-policy.afeld.me/en/columbia/) for students that are new to coding. We use plotly, and I'm happy to have a package that gets students good-looking graphs in so little code....
When plotting a choropleth_mapbox using plotly express and containing it within a figure widget, I am encountering a ValueError when I drag the plot around. The error does not affect...
It would be really nice to be able to take two figures created with Plotly Express (or really anything else) and "glue them together" side by side or one above...
Hi all, I was experiencing some issue with setting minor ticks in a graph-objects figure. Originally, i tried to use a log scale with the go.Violin package and ran into...
`extras` are added to plotly.js integer validator in https://github.com/plotly/plotly.js/pull/6990/commits/37dee4852e335067508add73de7ee7a59e8db045 i.e. to handle cases like *bold* and *normal* in `font.weight` which could also be a number between 1-1000. This commit would...
If I use jupyterlab with plotly, for example with the simple slider example: ``` import plotly.graph_objects as go import numpy as np # Create figure fig = go.Figure() # Add...
https://github.com/plotly/plotly.py/issues/4629 ### Documentation PR - [x] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md) - [x] This change runs in the current version of Plotly on PyPI and targets the `doc-prod` branch OR...
Plotly is not using the GPU in my multiple GPU machine. I read the documentation but I cannot find it: - What are the environmental variables or requierements need it...