Skip to content

Commit

Permalink
MRG add doc (mne-tools#5415)
Browse files Browse the repository at this point in the history
* add doc

* change phrasing of doc
  • Loading branch information
sappelhoff authored and agramfort committed Aug 6, 2018
1 parent c78271f commit beda451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mne/viz/evoked.py
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,8 @@ def plot_compare_evokeds(evokeds, picks=None, gfp=False, colors=None,
vlines : "auto" | list of float
A list in seconds at which to plot dashed vertical lines.
If "auto" and the supplied data includes 0, it is set to [0.]
and a vertical bar is plotted at time 0.
and a vertical bar is plotted at time 0. If an empty list is passed,
no vertical lines are plotted.
ci : float | callable | None | bool
If not None and ``evokeds`` is a [list/dict] of lists, a shaded
confidence interval is drawn around the individual time series. If
Expand Down

0 comments on commit beda451

Please sign in to comment.