Relative Content

Tag Archive for pythonplotlyplotly-dash

point data not rendering – plotly scatter mapbox

I’m plotting a scatter mapbox using plotly. The basemap works fine but the points aren’t rendering. If I print the image though, the points appear. If I also add .show() to the figure, a separate link will display the points. But I want the dropdown bar to select an individual state and the points to be visualised. I don’t know what I’m doing wrong?

How to Add Horizontal Scroll to Legend in Plotly Dash?

I’m working with Plotly and Dash to create a stacked area chart, and I need the legend to have a fixed width with horizontal scrolling. I have a large number of legend items, and I want to avoid the legend wrapping to the next line, instead enabling a horizontal scroll bar.

Dual plotly toggles on single graph – python

I’ve got two separate toggle’s that initiate color and size on a plotly scatter graph. These work fine independently but I’m hoping to combine them so both color and size are updated when both toggles are on.