Skip to content

Commit

Permalink
Clarify the usage of "plot_joint" (arviz-devs#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
percygautam authored and OriolAbril committed Jan 15, 2020
1 parent 0f9ad7d commit 22104f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arviz/plots/jointplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ def plot_joint(
data : obj
Any object that can be converted to an az.InferenceData object
Refer to documentation of az.convert_to_dataset for details
var_names : Iter of 2 e.g. (var_1, var_2)
Variables to be plotted, two variables are required.
var_names : str or iterable of str
Variables to be plotted. iter of two variables or one variable (with subset having
exactly 2 dimensions) are required.
coords : mapping, optional
Coordinates of var_names to be plotted. Passed to `Dataset.sel`
figsize : tuple
Expand Down

0 comments on commit 22104f1

Please sign in to comment.