plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
I have an issue with larger scatterplots not displaying correctly. I am using jupyter on a Mac M1 and both using it from vs code and from jupyter-lab have the...
I searched existing issues and didn't find any issues suggestion this feature before. This is an idea to solve the problem of rendering databricks notebooks inside VSCode with Plotly. Based...
I would like to ask where I can read more abour the mathjax support/integration for latex typesetting with plotly (python + js). I'm working a proof of concept web app...
Hi. Need help to custom treemap. How to align horizontal center for the parent container?  ``` import plotly.express as px _all_box_name : list = ['parent0', 'parent1asdflkassadfsadfsadf', 'item0100', 'item1123'] _sector...
Hi there, I am currently failing to export a static image including a layout image. The export does not show any errors but the layout images are just omitted in...
This issue was first reported in https://github.com/plotly/plotly.py/issues/891, but it doesn't seem like it was fully understood or addressed. I found another post on the community forums about the same thing...
Currently, individual shapes can be selected and erased through the canvas controls on `dcc.Graph`:  However, it would be useful to be able to click on multiple shapes and erase...
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...
**Current behaviour** When a plot is created with facetted rows and xaxes matches is set to None, in the bottom plot the ticklabels for the values that are in other...
I'm calling `plotly.io.to_image()` with kaleido backend. It used to work with an old version, now it deadlocks.