stefanradev93 / BayesFlow

A Python library for amortized Bayesian workflows using generative neural networks.
https://bayesflow.org/
MIT License
297 stars 45 forks source link

add **kwargs to diagnostics.plot_recovery #112

Closed marvinschmitt closed 9 months ago

marvinschmitt commented 9 months ago

allows modifying the key part of the plot, i.e., the scatter (with or without error bars).

Example:

_ = plot_recovery(post_samples, test_data['parameters'], param_names=parameter_names, fig_size=(16, 4), rasterized=True)