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
The problem is that data.get(x) subsets data when x is boolean. This probably makes sense given the semantics of data[x] but is irritating. It affects lineplot and possibly others.