Skip to content

Commit

Permalink
Force line breaking to fix the rendering error on long code.
Browse files Browse the repository at this point in the history
  • Loading branch information
DingkunLiu committed Oct 31, 2019
1 parent 97e6d55 commit c7f6a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surfer/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1350,8 +1350,8 @@ def add_label(self, label, color=None, alpha=1, scalar_thresh=None,
If a label is specified as name, subdir can be used to indicate
that the label file is in a sub-directory of the subject's
label directory rather than in the label directory itself (e.g.
for ``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
``brain.add_label('cuneus', subdir='aparc')``).
for <br> ``$SUBJECTS_DIR/$SUBJECT/label/aparc/lh.cuneus.label``
<br> ``brain.add_label('cuneus', subdir='aparc')``).
**kwargs : additional keyword arguments
These are passed to the underlying
`mayavi.mlab.pipeline.surface` call.
Expand Down

0 comments on commit c7f6a9f

Please sign in to comment.