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

Only 2 out of 4 categories are plotted when I use a slider. Other data points do not appear at all. When I slide the slider, different categories are plotted....

bug
P3

I really like the plotly.express.ecdf and have been using it a lot in my daily work. When I show ecdf plots in meetings, I usually show it with `marginal='histogram'`, since...

feature
P3

This is a customer requested feature. In both `R` and `MatPlotLib` there are extensions which allow figure labels to auto-position for readability by preventing overlap. See gif below. ![GIF Recording...

feature
P1
cs

Python 3.10.12 Plotly 5.24.0 and 5.24.1 Tested on Windows 11 and Ubuntu 22.04 `pip install 'plotly==5.24.0'` ``` #Example from docs, https://plotly.com/python/tile-scatter-maps/ import plotly.graph_objects as go fig = go.Figure(go.Scattermap( lat=['45.5017'], lon=['-73.5673'],...

bug
P2

I try to run this code of the example from the guide page ``` import plotly.express as px df = px.data.tips() fig = px.treemap(df, path=[px.Constant("all"), 'sex', 'day', 'time'], values='total_bill', color='time')...

bug
P2

The logic to check for non-leaves is dubious, _e.g._ a leaf whose name is a suffix of another leaf triggers an error. The check also depends on the alphabetical ordering...

feature
P3

In a colab notebook, if a tqdm progress bar is being output in the same cell as a plotly plot, then rendering of the plotly plot fails. See [MRE colab...

bug
P3

version: 5.24.0 python: 3.12.4 In [Styling markers documentation](https://plotly.com/python/marker-style/) There are 54 marker symbols. I want to use all of them in my code and loop trough all these 54 (excluding...

bug
P3

It seems like lighting of Mesh3d is ignored when orhogonal projection is used, example image: ![image](https://github.com/user-attachments/assets/ce89cd3f-ce7a-4ed9-b75e-bc77053949b6) With exactly the same plot, but with perspective projection, lighting is fine: ![image](https://github.com/user-attachments/assets/ac881966-40bd-4720-aa18-0a5860f4c9d6) I...

bug
P3

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies
javascript