Andrea Maldonado commited on
Commit
ec19714
·
1 Parent(s): 2c8af4e

Visualization stuff

Browse files
config_files/config_layout.json CHANGED
@@ -27,7 +27,7 @@
27
  "duplicate": [0],
28
  "or": [0]
29
  },
30
- "n_trials": 2
31
  }
32
  },
33
  {
 
27
  "duplicate": [0],
28
  "or": [0]
29
  },
30
+ "n_trials": 50
31
  }
32
  },
33
  {
utils/config_fabric.py CHANGED
@@ -407,7 +407,7 @@ if __name__ == '__main__':
407
 
408
  with col2:
409
  plt.figure(figsize=(4, 2))
410
- plt.plot(dataframes.index, dataframes['target_similarity'], 'o-')
411
  plt.xlabel('log', fontsize=5)
412
  plt.ylabel('target_similarity', fontsize=5)
413
  plt.xticks(rotation=45, ha='right', fontsize=5)
 
407
 
408
  with col2:
409
  plt.figure(figsize=(4, 2))
410
+ plt.plot(dataframes.index, dataframes['target_similarity'], 'o-', dpi=400)
411
  plt.xlabel('log', fontsize=5)
412
  plt.ylabel('target_similarity', fontsize=5)
413
  plt.xticks(rotation=45, ha='right', fontsize=5)