Skip to content

Commit ebe6d24

Browse files
committed
[DOC] Added custom_aspect in docstring
1 parent ad0a613 commit ebe6d24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netneurotools/plotting.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,10 @@ def plot_point_brain(data, coords, views=None, custom_aspect=True, cbar=False,
741741
List specifying which views to use. Can be any of {'sagittal', 'sag',
742742
'coronal', 'cor', 'axial', 'ax'}. If not specified will use 'sagittal'
743743
and 'axial'. Default: None
744+
custom_aspect: bool, optional
745+
Whether to use a custom aspect ratio, specifically set to visualize
746+
brain data, but that deforms the data, or automatically scale axes to
747+
have an 'equal' aspect ratios. Default: True
744748
cbar : bool, optional
745749
Whether to also show colorbar. Default: False
746750
figsize : tuple, optional

0 commit comments

Comments
 (0)