Skip to content

Commit

Permalink
using method as plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
rifqiharrys committed Jan 15, 2024
1 parent 543e122 commit fdfb9d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdb_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,8 @@ def saveAction(self):
)
scatter_plot_fig, scatter_plot_ax = self.scatter_plotter(
x=test_data_df_new.z,
y=test_data_df_new.z_result
y=test_data_df_new.z_result,
title=self.methodCB.currentText()
)
scatter_plot_fig.savefig(scatter_plot_loc)

Expand Down

0 comments on commit fdfb9d9

Please sign in to comment.