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

New argument for plotting true values in pairplots #1140

Merged
merged 4 commits into from
Apr 13, 2020
Merged

New argument for plotting true values in pairplots #1140

merged 4 commits into from
Apr 13, 2020

Commits on Apr 9, 2020

  1. [WIP] Modify pairplot to include jointplot and cornerplot like featur…

    …es (#1079)
    
    * add jointplot features into pairplot
    
    * add scatter_kde kind for pairplot
    
    * add point_estimate arguments
    
    * bokeh backend
    
    * fix None argument for color in kdeplot bokeh backend
    
    * run black, pylint and pytest
    
    * remove scatter_kde kind among several other changes
    
    * minor changes
    
    * run pytest
    
    * add plot width and height to backend_kwargs
    
    fix pylint issues
    
    fix hover feature
    
    fix hover feature
    
    minor fixes
    
    * update docstring
    
    run pylint
    
    * update changelog
    ahartikainen authored and agustinaarroyuelo committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    ab60b27 View commit details
    Browse the repository at this point in the history
  2. add true_values argument for plot_pair

    remove whitespace
    agustinaarroyuelo committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    3e21a27 View commit details
    Browse the repository at this point in the history
  3. change argument name to reference_values

    change argument name to reference_values
    agustinaarroyuelo committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f6bfba0 View commit details
    Browse the repository at this point in the history
  4. update tests

    agustinaarroyuelo committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    ee1b316 View commit details
    Browse the repository at this point in the history