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

Hi all, First of all, many thanks for the great work on this library. I've been using it for years ! On all arm-based (M1, M2, M3) macs, time series...

### What's new Adds a new figure factory for grouped stacked bar charts ```python import plotly.express as px import plotly.figure_factory as ff df = px.data.tips().groupby(["day", "sex", "smoker"])[["total_bill", "tip"]].sum().reset_index() fig =...

--------------------------------------------------------------------------- ValueError Traceback (most recent call last) File [d:\Files\Training\Python\Visualization](file:///D:/Files/Training/Python/Visualization) Assignment\Startup-Data-Visualizer\venv\Lib\site-packages\IPython\core\formatters.py:922, in IPythonDisplayFormatter.__call__(self, obj) [920](file:///D:/Files/Training/Python/Visualization%20Assignment/Startup-Data-Visualizer/venv/Lib/site-packages/IPython/core/formatters.py:920) method = get_real_method(obj, self.print_method) [921](file:///D:/Files/Training/Python/Visualization%20Assignment/Startup-Data-Visualizer/venv/Lib/site-packages/IPython/core/formatters.py:921) if method is not None: --> [922](file:///D:/Files/Training/Python/Visualization%20Assignment/Startup-Data-Visualizer/venv/Lib/site-packages/IPython/core/formatters.py:922) method() [923](file:///D:/Files/Training/Python/Visualization%20Assignment/Startup-Data-Visualizer/venv/Lib/site-packages/IPython/core/formatters.py:923) return True...

# Issue While plotting an np.ndarray of type fp64, it is not displayed. It is so funny that we could reproduce it only for one specific array. Thigs that make...

bug
sev-2

When using `Box Select` or `Lasso Select` from the Modebar for the `scatter_polar` charts, the selection is not editable nor draggable as in regular `scatter` charts. This can be easily...

feature
p4

Hello chaps, I've started and maintained [plotly.rs](https://github.com/igiagkiozis/plotly). As the name suggests, this library builds on top of the excellent work by the plotly.py community. However, due to a change of...

Previously it rendered as ![image](https://github.com/plotly/plotly.py/assets/396076/32008c0b-c8c2-4152-b1c6-d390c5652f7a) Now there should be a space after the period in "`'max'`.Function used to aggregate should render as" and the final sentence should render as >...

Hi, I think there's something strange going on with: - imshow() - animation_frame - binary_string From my tests, binary string (BS) causes the animation to glitch out and freeze, sometimes...

Instead of showing z value we wanna show a different value in text_auto from the dataframe by passing a column as customdata. Please add this feature!

feature
p4

**Issue Description ![Screenshot 2024-01-31 110419](https://github.com/plotly/plotly.py/assets/22257977/504c7d62-dd84-4f51-98e1-85a12dd6f66f) :** The current implementation of Plotly includes support for fill patterns (hatching or texture) in various chart types such as Bar charts, Histograms, Polar Bars,...

feature
p2