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

Hey guys, please help me! I've tried what I can. But I still got error. Help!!!

I am trying to create a US county map (including AK and HI in the bottom corner of the continental map) in plotly. I do not have numerical data for...

When you domain is time series data, you sooner or later have to plot data of the `Timedelta` type. It would be nice to be able to understand what I...

I wasn't sure if this was a bug initially so I provided [a reproducible example and closer description in the forum](https://community.plotly.com/t/fixed-size-for-each-pixel-in-a-heatmap-and-automatically-resize-the-overall-figure-size-based-on-the-number-of-rows-and-columns/55701/2). Briefly, with `automargin=False`, heatmaps of different figure sizes have...

There's a [neat example in the docs](https://plotly.com/python/click-events) showing how to add a click event handler to a scatter plot. ```py import plotly.graph_objects as go import numpy as np np.random.seed(1) x...

### Issue I'm plotting filled polygons on a map using `Scattermapbox`. It successfully plots the corner markers, but doesn't show a straight line between the two points, seen in the...

The function map_face2color in _trisurf.py compared face value (face) to max face value (vmax) and if equal did a quick exit by returning the last element in a list. Later...

When giving plotly.figure_factory.create_trisurf values where on triangle on the surface is very close to the maximum the function raises an IndexError. I'd expect a pretty plot instead. Reproduction: ```Python Python...

Plotting lines in Plotly and JupyterDash gives a problem. I don't know if the issue is related to Plotly or JupyterDash, depending on which is the expected behaviour. It did...