Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* start testing options of plotting function * Move definition of offdiag_func to get_offdiag_func * opts to kwargs, offdiag plotting func * refactor marginal plots * reformat grid arranger * reformat pairplot * 2d plots working * backwards compatibility * points are back * subplots also working again * first draft of the tutorial * update notebooks before merge * plotting tutorial v0 * transposed col and rows fix * eps xlim fig_kwarg * precommit * fix too long lines * reformat with ruff * allow overwrite bin heuristic with specified bins * remove list brackets * reformat wit ruff * fix pyright * ignore pyright errors, fix proposed in #1102 * Checking return types * Warning-free testing of pairplot * Added typing (incl return types) * reformat with rufus.. * start fixing pyright errors appearing with python 3.8 * (Hopefully) fixed all pyright errors * fix ruff error * Update sbi/analysis/plot.py Co-authored-by: Jan <[email protected]> * Update sbi/analysis/plot.py Co-authored-by: Jan <[email protected]> * Update sbi/analysis/plot.py Co-authored-by: Jan <[email protected]> * Update sbi/analysis/plot.py Co-authored-by: Jan <[email protected]> * Update sbi/analysis/plot.py Co-authored-by: Jan <[email protected]> * Update sbi/analysis/plot.py Co-authored-by: Jan <[email protected]> * update according to Jan's comments, add kde2d func * fix long line endings * add note unused args, update tutorial legends --------- Co-authored-by: Matthijs <[email protected]> Co-authored-by: Fabio Muratore <[email protected]> Co-authored-by: Jan <[email protected]>
- Loading branch information