Adjust left trim a bit

This commit is contained in:
David Bailey 2025-01-24 14:15:34 +01:00
parent 7d7e106ac5
commit b7504031ac
47 changed files with 1 additions and 1 deletions

View file

@ -343,7 +343,7 @@ def generate_plot(plot_config):
if(plot_config['type'] == 'single'):
plot_single_graph(fig, plot_config, plot_data);
fig.subplots_adjust(0.16, 0.18, 0.96, 0.9)
fig.subplots_adjust(0.19, 0.18, 0.96, 0.9)
fig.savefig(os.path.join(YAML_DIR, plot_config['ofile']), dpi=plot_config.get('dpi', 300));