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

AttributeError: 'XXX' object has no attribute '_QwtPlot__data' #77

Closed
PierreRaybaut opened this issue Sep 13, 2023 · 0 comments
Closed
Assignees

Comments

@PierreRaybaut
Copy link
Collaborator

This error occurs whenever a QwtPlot object is being destroyed unexpectedly.

So, the solution would be to handle this error:

  • Silently, if we identify that this can occur when exiting Python properly
  • By raising an explicit exception or RuntimeWarning if we confirm that it should not happen
@PierreRaybaut PierreRaybaut self-assigned this Sep 13, 2023
@PierreRaybaut PierreRaybaut changed the title AttributeError: 'BodePlot' object has no attribute '_QwtPlot__data' AttributeError: 'XXX' object has no attribute '_QwtPlot__data' Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant