plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
Hello Plotly team! I want to make graphs in R’s ggplotly and then run existing Plotly Python code to reformat them. However, I’m getting errors when importing a ggplotly JSON...
I have a relatively large matrix that I want to plot using`graph_objects.Heatmap`. The matrix has some structure that should become immediately apparent to the viewer (i.e. it has a constant...
Looks like `plotly` documentatio ncannot be generated using latest sphinx 61.3. ```console + /usr/bin/sphinx-build -n -T -b man doc/apidoc build/sphinx/man Running Sphinx v6.1.3 WARNING: Invalid configuration value found: 'language =...
**Problem:** When using `px.timeline` on a range where a Daylight Savings Time switch occurs & time zones are in the timestamps, I observe an unexpectedly shorter/longer duration of the bar....
https://github.com/plotly/plotly.py/blob/956ab2cd158f0d20b322aa49e2f717a56aa6b9e2/packages/python/plotly/plotly/basewidget.py#L857 I'm getting the following error from line 857 in basewidget.py: `ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()`
Hello, I'd like to use the pandas PeriodIndex date format to work with and calculate things in a time series way. The manual says that Plotly auto-sets the axis type...
Forum Tread: https://community.plotly.com/t/how-to-get-plotly-to-use-the-set-locale/43499 TLDR: You can't get Plotly graphs to show in any other language than English (e.g. axis labels for a date axis). The only workaround is to convert...
Our application uses a `dcc.Graph` with `px.imshow` to render a user-edited image with annotations. Certain users have reported the following image errors when using the `Download plot as png`, where...
If one executes `to_image` with Python 3.10 or greater, there is deprecation warning about `setDaemon`: ```python from plotly.graph_objs import Figure Figure().to_image() ``` ``` .../.venv/lib/python3.10/site-packages/kaleido/scopes/base.py:188: DeprecationWarning: setDaemon() is deprecated, set the...
- [X] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md)