plotly.py
plotly.py copied to clipboard
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
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...
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...
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  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!
**Issue Description  :** The current implementation of Plotly includes support for fill patterns (hatching or texture) in various chart types such as Bar charts, Histograms, Polar Bars,...