Browse Source

[DATALAD] Recorded changes

Lucas Gautheron 1 month ago
parent
commit
aad1f5ca9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/plots/algo_comparison.py

+ 1 - 1
code/plots/algo_comparison.py

@@ -81,7 +81,7 @@ def algo_comparison(algo1, algo2, algo1_name, algo2_name):
                 x1, x2, y1, y2 = 400, 4000, 400, 4000
 
                 axins = axes[row, col].inset_axes(
-                    [0.4, 0.06, 0.55, 0.55],
+                    [0.06, 0.06, 0.55, 0.55],
                     xlim=(x1, x2), ylim=(y1, y2), xticklabels=[], yticklabels=[])
                 axins.set_xlim(x1, x2)
                 axins.set_ylim(y1, y2)