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

[pull] main from NCAR:main #21

Merged
merged 2 commits into from
Dec 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading