Loading peak_integration.py +0 −7 Original line number Diff line number Diff line Loading @@ -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') Loading Loading
peak_integration.py +0 −7 Original line number Diff line number Diff line Loading @@ -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') Loading