Skip to content
New issue

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

Plotter performance #436

Open
gribeill opened this issue Dec 5, 2019 · 1 comment
Open

Plotter performance #436

gribeill opened this issue Dec 5, 2019 · 1 comment

Comments

@gribeill
Copy link
Contributor

gribeill commented Dec 5, 2019

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()
@gribeill
Copy link
Contributor Author

gribeill commented Dec 6, 2019

#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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant