plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
If setting the tick mode to 'array' on y or x axis and giving a ticktext with one ore more elements as empty string, the size of the plot will...
On [this page of the plotly docs](https://plotly.com/python/pca-visualization/#visualize-a-subset-of-the-principal-components), the code under `Visualize a subset of the principal components` uses the Boston dataset. A few seconds after the page loads, an error...
[](https://stackoverflow.com/posts/70818502/timeline)I am having some frustration trying to figure out (searching, trial and error) how to flush Plotly axis and the zero tick. here is my code: ```python import plotly.go_objects as...
Hello, folks. `plotly.py` seems to be great and *very* popular project. To the extent that we from [Plotly.NET](https://github.com/plotly/Plotly.NET) often get questions in our chat about `plotly.py` :laughing: So what I'm...
Thanks for your interest in Plotly.py! Before opening an issue, please search for existing and closed issues :) **Please** accompany bug reports with a reproducible example. Please use the [latest...
I want to set text ticktext along the `baxis` of a `go.Carpet` but couldn't figure out how to format `ticktext` and `tickvals` in the `Carpet` constructor. I tried to use...
There seem to be a validation error bug for setting zmin, zmax for rgb images. It appears the validation code expects a tuple or list of size 4 ( as...
It was already "reported" at that `add_hline()` is not working with a secondary axis. Here a bit more simplified MWE than given in the above link: ```python import plotly.express as...
Fixes #3100 If this is not cleaned up, we see a lot of stacktraces in the JS console: index.js?v=20220623202309:2 Uncaught (in promise) Error: Resize must be passed a displayed plot...
When plotting using Plotly.newplot() and type scattergl on M1 machine, the plotting fails if the value of x-axis is greater than 2^24. Example: ``` var data = [ { x:...