Adjust left trim a bit
This commit is contained in:
parent
7d7e106ac5
commit
b7504031ac
47 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue