Skip to content
Snippets Groups Projects
Commit c286e3c8 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

fix: PostPlot must use draw_in_this_thread

parent c97ed869
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class PostPlot:
postplot_data_frame.update(time_vals)
# refresh subplots with data in data frame
self.measplot.draw(postplot_data_frame, pdf_name='')
self.measplot.draw_in_this_thread(postplot_data_frame, pdf_name='')
# cal PK2PK values of magnitude and phase
PK2PK = self.calc_pkpk_values(postplot_data_frame)
......@@ -188,4 +188,4 @@ if __name__ == '__main__':
filename = 'Full_Transition' + '.pdf'
plot_obj.save_fig(storepath, filename)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment