Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: pass plotting kws to globalreport function #84

Merged
merged 1 commit into from
Jan 9, 2024

Commits on Jan 8, 2024

  1. ENH: added plotting kwargs to correlation_report function.

    - plot_phik_matrix_kws: passed to plot_correlation_matrix() to plot the phik matrix.
    - plot_global_phik_kws: passed to plot_correlation_matrix() to plot the global-phik vector.
    - plot_significance_matrix_kws: passed to plot_correlation_matrix() to plot significance matrix.
    - plot_outlier_significance_kws: passed to plot_correlation_matrix() to plot the outlier significances.
    
    When provided these values update the default plotting values.
    
    Closes issue:
    #58
    mbaak committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    fd75733 View commit details
    Browse the repository at this point in the history