Hannah Ker
Hannah Ker
A simpler starting implementation of #6319, where we assume a constant offset (`xshift`) applied to anchored y axes that may be set to either the left or right side of...
Following this example from the [docs](https://plotly.com/python/figure-labels/#adding-a-plot-subtitle), I'm not able to get a subtitle to render: ``` import plotly.graph_objects as go from plotly import data df = data.gapminder().query("continent == 'Europe' and...
I'd like to capture the [window `resize` event](https://developer.mozilla.org/en-US/docs/Web/API/Window/resize_event#event_type) using the `EventListener` component to help with creating a responsive app layout. To do this I've added the `EventListener` to my layout:...
Firstly, big fan of this library! Thank you for all the work here. I'm curious about the optimal way to compute stats against long time series of rasters, across a...