Skip to content

Commit

Permalink
remove defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Mar 17, 2022
1 parent 55d5fb2 commit cf27cbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mne_connectivity/viz/circle.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def plot_connectivity_circle(con, node_names, indices=None, n_lines=None,
node_edgecolor='black', linewidth=1.5,
colormap='hot', vmin=None, vmax=None,
colorbar=True, title=None,
colorbar_size=0.2, colorbar_pos=(-0.3, 0.1),
colorbar_size=None, colorbar_pos=None,
fontsize_title=12, fontsize_names=8,
fontsize_colorbar=8, padding=6., ax=None,
fig=None, subplot=None, interactive=True,
Expand Down Expand Up @@ -68,9 +68,9 @@ def plot_connectivity_circle(con, node_names, indices=None, n_lines=None,
Display a colorbar or not.
title : str
The figure title.
colorbar_size : float
colorbar_size : float | None
Size of the colorbar.
colorbar_pos : tuple, shape (2,)
colorbar_pos : tuple, shape (2,) | None
Position of the colorbar.
fontsize_title : int
Font size to use for title.
Expand Down

0 comments on commit cf27cbc

Please sign in to comment.