Skip to content

Commit ed12677

Browse files
committed
Remove layercolor from example 03_007
1 parent 0ab31a8 commit ed12677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/03_data_features/007_comparative_assessment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
for j, modality in enumerate(modalities):
8181
cf = siibra.features.get(region, modality)[0]
8282
p = cf[np.random.randint(0, len(cf) - 1)]
83-
p.plot(ax=axs[j, i], layercolor="darkblue")
83+
p.plot(ax=axs[j, i])
8484
axs[j, i].set_ylim(0, ymax[j])
8585

8686
fig.set(figheight=15, figwidth=10)

0 commit comments

Comments
 (0)