We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab31a8 commit ed12677Copy full SHA for ed12677
examples/03_data_features/007_comparative_assessment.py
@@ -80,7 +80,7 @@
80
for j, modality in enumerate(modalities):
81
cf = siibra.features.get(region, modality)[0]
82
p = cf[np.random.randint(0, len(cf) - 1)]
83
- p.plot(ax=axs[j, i], layercolor="darkblue")
+ p.plot(ax=axs[j, i])
84
axs[j, i].set_ylim(0, ymax[j])
85
86
fig.set(figheight=15, figwidth=10)
0 commit comments