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
Talking with @daniel-saunders-phil he mentioned he often wanted to generate pair plots of a specific variable against several others. I think we could have a function that makes that easy (and paves the way with visuals and computation for plot_pair once we have the PlotMatrix manager) because as we compare multiple variables to always the same one the facetting/mapping logic is the one in PlotCollection.
I was thinking the API would be similar to a regular plot with dt, group, var_names... and then a target (or similar) name where you provide either a string (var_name in dt input) or a DataArray.
I spent some time playing with this and it's really handy. I wanted to add two features but couldn't find the path forward. How might I color different chains differently? Also, how might I flag divergences?
Talking with @daniel-saunders-phil he mentioned he often wanted to generate pair plots of a specific variable against several others. I think we could have a function that makes that easy (and paves the way with visuals and computation for
plot_pair
once we have the PlotMatrix manager) because as we compare multiple variables to always the same one the facetting/mapping logic is the one inPlotCollection
.I was thinking the API would be similar to a regular plot with dt, group, var_names... and then a
target
(or similar) name where you provide either a string (var_name in dt input) or a DataArray.pseudo example
The text was updated successfully, but these errors were encountered: