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

I have the following case: import plotly.express as px df = pd.DataFrame(np.random.randint(0,100,size=(100, 2)), columns=['year', 'type']) fig = px.density_heatmap(df, x='year', y='type', log_y=True) fig.show() The returned plot is only the layout but...

Hello! I ran into this problem when I used translucent colors for markers on scatter3d. It seems that the points later in the order will always cover the points drawn...

I have used Plotly 5.18.0 to create this Gantt chart to which I have added two rectangle shapes: ![image](https://github.com/plotly/plotly.py/assets/42718519/c1f349cd-6202-4088-9a0e-fd805e87aef5) Both rectangles come with labels that are not being displayed, no...

Previously I was able to do ``` plotly.offline.plot(..., config={'showLink':False, 'displayModeBar':False}) ``` Is it possible using the new FigureWidget ?

enhancement

These two plots are created using the same dataframe. Line plot is correct, the area plot is not. Hover data in orange line is correct, but with incorrect position in...

Hi, Mapbox recently came out with an absolutely stunning new map style named `standard` see [demo](https://labs.mapbox.com/standard-style/#16.2/48.859605/2.293506/-20/62), which requires [GL JS 3](https://docs.mapbox.com/api/maps/styles/#mapbox-standard), I was trying to import the script and stylesheet...

Hello, I am having issue when I try to plot large set of data, In the below code pen attached Link, I was trying to plot heatmap just for one...

There is a broken URL on the website: https://plotly.com/python/static-image-export/ Under the **Write Image File** section. This is the paragraph: > If you are running this notebook live, click to [open...

The documentation specifies that the parcoords' line argument color can be a an rgba string. This doesn't work though and the lines remain a solid color as if using only...

bug