Skip to content

Commit

Permalink
Merge pull request #182 from jukent/taylor
Browse files Browse the repository at this point in the history
fix docstring of Taylor Diagram add_model_set()
  • Loading branch information
jukent authored Dec 1, 2023
2 parents 41027d5 + fde6a81 commit b85ced6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/geocat/viz/taylor.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ def add_model_set(self,
Parameters
----------
stddev : :class:`xarray.DataArray`, :class:`numpy.ndarray`, list, float
stddev : :class:`xarray.DataArray`, :class:`numpy.ndarray`, list
An array of vertical coordinates of the data points that denote the standard deviation
corrcoef : :class:`xarray.DataArray`, :class:`numpy.ndarray`, list, float
corrcoef : :class:`xarray.DataArray`, :class:`numpy.ndarray`, list
An array of horizontal coordinates of the data points that denote correlation
Input should have the same size as *stddev*
Expand All @@ -226,7 +226,7 @@ def add_model_set(self,
percent_bias_on : bool
If True, model marker and marker size is plotted based on *bias_array* Default to False. Optional.
bias_array : :class:`xarray.DataArray`, :class:`numpy.ndarray`, list, float
bias_array : :class:`xarray.DataArray`, :class:`numpy.ndarray`, list
If this is given, it is used to determine individual marker size and marker style internally.
Input should have the same size as *stddev* and *corrcoef* Default to None.
Expand Down

0 comments on commit b85ced6

Please sign in to comment.