From 3659d70af66a826952d06378696916bb47928411 Mon Sep 17 00:00:00 2001 From: ruuskas Date: Tue, 10 Dec 2024 19:11:02 +0200 Subject: [PATCH] Add note in doc --- mne_connectivity/viz/circle.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mne_connectivity/viz/circle.py b/mne_connectivity/viz/circle.py index c39d4e6c..b5160165 100644 --- a/mne_connectivity/viz/circle.py +++ b/mne_connectivity/viz/circle.py @@ -141,6 +141,9 @@ def plot_connectivity_circle( If ``facecolor`` is not set via :func:`matplotlib.pyplot.savefig`, the figure labels, title, and legend may be cut off in the output figure. + + If ``colorbar=True``, the :class:`Colorbar ` + object will be accessible via ``fig.mne.colorbar``. """ import matplotlib.pyplot as plt