Skip to content

Commit 1c7a898

Browse files
committed
fixed fig 1
1 parent bd05e17 commit 1c7a898

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

Figures/Fig1/fig1.pdf

13 Bytes
Binary file not shown.

Figures/Fig1/fig1.png

-4.99 KB
Loading

plot_fig1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298

299299
c = ax4.imshow(
300300
np.fliplr(to_imshow_orientation(mean_performance)),
301-
extent=(min(frac), max(frac), max(beta), min(beta)),
301+
extent=(min(frac), max(frac), min(beta), max(beta)),
302302
aspect="auto",
303303
cmap=fs.auroc_cmap,
304304
vmin=0.5,

0 commit comments

Comments
 (0)