You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
The explorer widget should scale to the data that it plots.
Contrast the
df.plot()output, which produces the data scaled to the viewing area with theexplore(df)plot, which forces the user to scroll: