Skip to content

Commit 489a293

Browse files
changing van krevelen output names
1 parent bf8987b commit 489a293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

enviroMS/LC_FTICR_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def plot_van_krevelen_all_ids(all_msdfs_path, output_dir, output_name):
347347
ax.set_ylabel('H/C')
348348
ax.set_xlim(0,1.25)
349349
ax.set_ylim(0.25,2.25)
350-
fig.savefig(output_dir + output_name + '_van_kreelen_AllIDs.png',dpi=300,bbox_inches='tight')
350+
fig.savefig(output_dir + output_name + '_van_krevelen_AllIDs.png',dpi=300,bbox_inches='tight')
351351
plt.show()
352352

353353
def plot_van_krevelen_individual(all_msdfs_path, output_dir, output_name):
@@ -398,7 +398,7 @@ def plot_van_krevelen_individual(all_msdfs_path, output_dir, output_name):
398398

399399
# Show the plot
400400
plt.show()
401-
fig.savefig(output_dir + output_name +'_TimeBlockIDs.png',dpi=300,bbox_inches='tight')
401+
fig.savefig(output_dir + output_name +'_van_krevelen_TimeBlocks.png',dpi=300,bbox_inches='tight')
402402

403403
def plot_properties(summary_df_path,output_dir,output_name):
404404
"""

0 commit comments

Comments
 (0)