openskope / skopeui

SKOPE user interface and visualization app
https://www.openskope.org
MIT License
0 stars 4 forks source link

Possible bug in time-series plotly graph. #186

Closed kbvernon closed 1 year ago

kbvernon commented 1 year ago

Using PaleoCAR: SW USA Paleoclimate Reconstruction (V3) with the Water-year (Oct-Sep) Precipitation variable and a large polygon over the state of Utah, the time-series graph is not plotting correctly. Just showing a vertical line over the year, rather than the actual (mean?) values.

image

alee commented 1 year ago

Thanks for letting us know @kbvernon ! It looks like there's indeed a bug in our plotly component with respect to how we handle timeouts and data change updates that we will need some time to dig into.

That said, the current area you're trying to visualize is too large, the current max is a roughly 5700 km^2 rectangle for PaleoCAR. If you do see the graph isn't updating properly switching variables will generally help it to update the plotly graph.

https://www.openskope.org/skope-users-guide#study-area-size-limits

Thanks again for the bug report!

kbvernon commented 1 year ago

Ah. OK. Yeah. I'll make sure to keep the area below that max next time. Thanks!

alee commented 1 year ago

closing in favor of #195