Skip to content

Commit 63c7213

Browse files
committed
Update example 03-007
1 parent e3f734d commit 63c7213

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/03_data_features/007_comparative_assessment.py

-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,12 @@
7474
]
7575

7676
fig, axs = plt.subplots(len(modalities), len(regions))
77-
ymax = [3500, 150, 30000]
7877

7978
for i, region in enumerate(regions):
8079
for j, modality in enumerate(modalities):
8180
cf = siibra.features.get(region, modality)[0]
8281
p = cf[np.random.randint(0, len(cf) - 1)]
8382
p.plot(ax=axs[j, i])
84-
axs[j, i].set_ylim(0, ymax[j])
8583

8684
fig.set(figheight=15, figwidth=10)
8785
fig.tight_layout()

0 commit comments

Comments
 (0)