Is there a way to do scatter_mapbox with non-geographic coordinates? I essentially want a scatter plot of rectangles of a controllable size.
For my data, I have ‘time’ on the x-axis and ‘number of units sold’ on the y-axis. Each product is sold for a specific time window and data records the number of products sold in a day. I want each product to be represented by a box spanning this time window and the min/max products sold (in practice, I will probably use 10/90th percentile). I want to do this for ~1000 products.