mggg / ecological-inference

Ecological inference, in Python
MIT License
28 stars 11 forks source link

Consolidating boxplots and kdes for rxc and 2x2 #40

Closed karink520 closed 3 years ago

karink520 commented 3 years ago

ALSO *Added examples in the notebooks of how you can adjust parameters like number of draws, number of chains, etc.

gabeschoenbach commented 3 years ago

Looks good! I see that show_first_plot_only shows up in the docstring of plot_kdes() but not in the function definition — that's just stubbed out for a future PR, I assume?

karink520 commented 3 years ago

Looks good! I see that show_first_plot_only shows up in the docstring of plot_kdes() but not in the function definition — that's just stubbed out for a future PR, I assume?

Thanks for catching this!