We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New plotter is considerably (2x...) slower and crashes often with the following trace:
Traceback (most recent call last): File "./auspex-plot-client.py", line 482, in data_signal_received self.canvas_by_name[plot_name].update_figure(data) File "./auspex-plot-client.py", line 249, in update_figure self.draw() File "/home/qlab/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_agg.py", line 391, in draw super().draw() File "/home/qlab/anaconda3/lib/python3.6/site-packages/matplotlib/backends/backend_qt5.py", line 485, in draw self.update()
The text was updated successfully, but these errors were encountered:
#437 appears to fix segfaults caused by a missing MDI window status bar. Appears that a lot of the slowdown is caused by constrained_layout=True?
constrained_layout=True
Sorry, something went wrong.
No branches or pull requests
New plotter is considerably (2x...) slower and crashes often with the following trace:
The text was updated successfully, but these errors were encountered: