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

plotly version: 5.9.0 Python: 3.9.13 on Apple silicon running OSX 12.2 Reproducible example: ```python3 import pandas as pd import plotly.express as px df = pd.DataFrame({ 'date': pd.date_range(start='2022-01-01', end='2022-06-30', freq='1D'), 'y':...

Hey, I am using `px.bar` and there is a strange **/** sign in the center of the plot. I am not able to understand the reason. Does anyone have any...

It seems that when creating a scatterplot, the marker sizes are always in pixels. The result is that when zooming into the plot, the points remain small. Is there a...

feature
P3

# Changes ## `px.ecdf` functionality I changed three aspects of the ECDF functionality: * The plotted line always spans from 0 to 1 instead of omitting the first step (or...

Hi, I am working on a table with custom styling, and it seems that vertical alignment of cells is not possible using the `plotly.graph_objects.Table`, only horizontal alignment. I posted a...

Now the user can specify via an argument if they want this mode and they can also specify hovertext, color_threshold, show_leaf_counts, show_contracted, leaf_rotation, leaf_font_size. If the truncate mode is on,...

# TL;DR The annotations in the [Update Button](https://plotly.com/python/custom-buttons/#update-button) example in the Python docs do not update correctly when the buttons are clicked (see images below), apparently due to positioning the...

P2
community
fix

Trying to get subplots of 3d scatterplots on Google Colab, plotly version 4.4.1 ```python from plotly.subplots import make_subplots import plotly.graph_objects as go fig = make_subplots(rows=18, cols=5, start_cell="top-left") fig.add_scatter3d(go.Scatter3d(x=[1],y=[2],z=[3]),row=0,col=0) fig.show() ```...

Hi Everyone, Can we please add a feature to fill plot background with Gradient ?

Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies
python