We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c66cf3 commit 027fec1Copy full SHA for 027fec1
PythonGUI_apps/Lifetime_analysis/Lifetime_plot_fit.py
@@ -534,6 +534,9 @@ def export_window(self):
534
self.exportplotwindow.export_fig_signal.connect(self.pub_ready_plot_export)
535
536
def pub_ready_plot_export(self):
537
+ #TODO - get all curves from the plotwidget
538
+ #item = self.ui.plot.listDataItems()[0]
539
+ #print(self.ui.plot.getData(self))
540
try:
541
filename = QtWidgets.QFileDialog.getSaveFileName(self,caption="Filename with EXTENSION")
542
0 commit comments