Skip to content

Commit

Permalink
Extend docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 26, 2023
1 parent 8c02176 commit 213da0a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/spikeinterface/widgets/gtstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,12 @@ class StudyPerformances(BaseWidget):
----------
study: GroundTruthStudy
A study object.
mode: str
Which mode in "ordered", "snr", "swarm"
mode: "ordered" | "snr" | "swarm", default: "ordered"
Which plot mode to use:
* "ordered": plot performance metrics vs unit indices ordered by decreasing accuracy (default)
* "snr": plot performance metrics vs snr
* "swarm": plot performance metrics as a swarm plot (see seaborn.swarmplot for details)
performance_names: list or tuple, default: ('accuracy', 'precision', 'recall')
Which performances to plot ("accuracy", "precision", "recall")
case_keys: list or None
Expand Down

0 comments on commit 213da0a

Please sign in to comment.