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

Environment Plotly Version: 6.1.2 Operating System: Windows 10 22H2 19045.5854 Windows Feature Experience Pack 1000.19061.1000.0 Browser: Chrome 137.0.7151.41 When trying to visualize dense binary time-series data (e.g., 10 channels over...

bug
P2

See: https://community.plotly.com/t/plotly-v6-0-figure-resizing-with-ipywidgets/89424 ```python import ipywidgets as widgets import plotly.graph_objs as go from ipywidgets import HTML, VBox fig = go.FigureWidget(data=[go.Scatter(x=[1, 2, 3], y=[4, 5, 6])]) custom_css = """ .plot-container { width:...

bug
P2

This pull request includes the file plotly-universities-1.ipynb, which demonstrates and tests the pictogram bar chart functionality with various datasets.

feature
P2
community

@alexcjohnson [wrote](https://github.com/plotly/plotly.py/pull/5214#issuecomment-2947838175): - We should be able to reduce the whitespace significantly, to make the file smaller. Could even collapse it to a single line, I'm not sure there's much...

feature
P1

If a plot has multi-category axes there is no way to hide a subcategory labels only and the plot doesn't render at all if `tickvals` and `ticktext` are used. Look...

bug
P3

this PR is entirely trying to apply the following expectation. I often chose CSS colors closer to those in the original graphics even if they were not on the plotly...

P1
community
fix

Please uncomment this block and take a look at this checklist if your PR is making substantial changes to **documentation**/impacts files in the `doc` directory. Check all that apply to...

P2
community
documentation

This is inspired by #5087. Many thanks to @suterberg for inspiring it and getting me started. If your PR modifies code of the `plotly` package, we have a different checklist...

P1
community
documentation

my environment > Python 3.11.11 > plotly==6.0.0 I have implemented the button and layout as follows: ```python button = dict( label = button_name, method="update", args=[ {"visible": visible_status}, {"title": button_name} ]...

bug
P1
regression

Please uncomment this block and take a look at this checklist if your PR is making substantial changes to **documentation**/impacts files in the `doc` directory. Check all that apply to...

P1
community
fix