Skip to content

Commit

Permalink
fixed comments for plot_coefficients()
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrouwer committed Jan 18, 2021
1 parent 819fa68 commit 924b547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rerps/plots.py
Expand Up @@ -173,8 +173,8 @@ def plot_coefficients(msm, x, y, anchor=True, title=None, legend=True, ax=None,
x (:obj:`str`):
name of the descriptor column that determines the x-axis
(typically 'time').
ys (:obj:`list` of :obj:`str`):
names of electrodes to be plotted.
y (:obj:`str`):
name of electrode to be plotted.
anchor (:obj:`bool`):
flags whether slopes should be anchored to the intercept.
title (:obj:`str`):
Expand Down

0 comments on commit 924b547

Please sign in to comment.