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
Legacy Arviz' plot_dist/plot_kde support rug plot visualization for the density, different from the rug plots for divergences that trace_plot and trace_plot_dist have already. Should this functionality be added to plot_dist with a top level argument to toggle whether to generate it or not?
As an added benefit to other plots that call plot_dist internally, like plot_ppc, the rug plot for the observed_data values could be generated by simply passing rug=True to the plot_dist call made for observed data kde plotting. So the observed_rug plot generation logic could be moved to plot_dist.
The text was updated successfully, but these errors were encountered:
Legacy Arviz'
plot_dist
/plot_kde
support rug plot visualization for the density, different from the rug plots for divergences thattrace_plot
andtrace_plot_dist
have already. Should this functionality be added toplot_dist
with a top level argument to toggle whether to generate it or not?As an added benefit to other plots that call
plot_dist
internally, likeplot_ppc
, the rug plot for the observed_data values could be generated by simply passingrug=True
to theplot_dist
call made for observed data kde plotting. So the observed_rug plot generation logic could be moved toplot_dist
.The text was updated successfully, but these errors were encountered: