Browse Source

[DATALAD] Recorded changes

Lucas Gautheron 3 months ago
parent
commit
9a15bad0c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/plots/confusion_age.py

+ 1 - 1
code/plots/confusion_age.py

@@ -87,7 +87,7 @@ for i in range(4):
     ax.set_ylim(0.75, 1.25)
 
     if col == 0:
-        ax.set_ylabel("Log-ratio")
+        ax.set_ylabel("Ratio")
         ax.set_xlabel("Age group (in years)")
         ax.set_yticks([0.8, 1, 1.2])
         ax.set_yticklabels([0.8, 1, 1.2])