Skip to content

Commit

Permalink
add vmin vmax docs to showMatrix
Browse files Browse the repository at this point in the history
jamesmkrieger committed Nov 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ec245df commit b811e3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prody/utilities/catchall.py
Original file line number Diff line number Diff line change
@@ -610,6 +610,14 @@ def showMatrix(matrix, x_array=None, y_array=None, **kwargs):
to *100-p*-th percentile
:type percentile: float
:arg vmin: a minimum value threshold to remove outliers, i.e. only showing data greater than vmin
This overrides percentile.
:type vmin: float
:arg vmax: a maximum value threshold to remove outliers, i.e. only showing data less than vmax
This overrides percentile.
:type vmax: float
:arg interactive: turn on or off the interactive options
:type interactive: bool

0 comments on commit b811e3c

Please sign in to comment.