Skip to content

Commit 6e4f3c1

Browse files
author
LAKESIDE\LindaT18
committed
fix flim save image
1 parent cca80ed commit 6e4f3c1

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

PythonGUI_apps/DataBrowser.spec

Lines changed: 0 additions & 36 deletions
This file was deleted.

PythonGUI_apps/FLIM_analysis/FLIM_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def save_intensities_image(self):
192192
filename = os.path.splitext(filename_ext)[0] #get filename without extension
193193
save_to = os.getcwd() + "\\" + filename + "_intensity_sums.png"
194194
cpm.plot_confocal(self.intensity_sums, stepsize=np.abs(self.pkl_file['Scan Parameters']['X step size (um)']))
195-
cpm.plt.savefig(save_to, bbox_inches='tight', dpi=300)
195+
plt.savefig(save_to, bbox_inches='tight', dpi=300)
196196
except:
197197
pass
198198

0 commit comments

Comments
 (0)