Commit 69d52965 authored by Viktor Reshniak's avatar Viktor Reshniak
Browse files

minor fixes

parent d1832716
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2505,13 +2505,6 @@ class PeakHistogram(object):
			plt.savefig(f'{plot_path}/peak.png')
		else:
			plt.savefig(f'{plot_path}/{prefix}_peak.png')

		# # save
		# if prefix is None:
		# 	plt.savefig(f'{plot_path}/peak_[{peak_hkl[0]},{peak_hkl[1]},{peak_hkl[2]}]_number_{peak_id}.png')
		# else:
		# 	plt.savefig(f'{plot_path}/{prefix}_peak_[{peak_hkl[0]},{peak_hkl[1]},{peak_hkl[2]}]_number_{peak_id}.png')

		plt.close('all')