plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

Results 707 plotly.py issues
Sort by recently updated
recently updated
newest added

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? ![cbcb24a372716eaddb8866d21f902f095ab42e36](https://github.com/plotly/plotly.py/assets/42901596/306ad008-7a6a-4b38-9e31-f125730ea641) ``` 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...

bug
P3

Currently, individual shapes can be selected and erased through the canvas controls on `dcc.Graph`: ![canvas-shape-delete-f7580477ecaf331b11b56b59b2fe6454](https://github.com/plotly/plotly.py/assets/40243147/f641f191-94dd-49c5-810e-03c6d0803fe7) However, it would be useful to be able to click on multiple shapes and erase...

feature
p3

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.