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

error #135

Open
leiyanhui opened this issue Sep 30, 2022 · 2 comments
Open

error #135

leiyanhui opened this issue Sep 30, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@leiyanhui
Copy link

Description of the modifications

AttributeError: 'FigureCanvasQTAgg' object has no attribute 'set_window_title'. Did you mean: 'setWindowTitle'? when I run the example code, I get the problem. I don't know if it's because of the version, so I hope to get the answer, thanks!

Useful links and references

No response

@leiyanhui leiyanhui added the documentation Improvements or additions to documentation label Sep 30, 2022
@leiyanhui
Copy link
Author

I have tried to install 0.4 、0.5 to solve the question, but it is unuseful.

@tbraun84
Copy link

tbraun84 commented Nov 2, 2022

I have experienced the same issue.
Python 3.10.5 [MSC v.1929 64 bit (AMD64)] on win32
ansys-fluent-visualization 0.6.dev0
matplotlib 3.6.1

I think this can be solved by rolling back matplotlib 3.5.3 or earlier. (Not matplotlib >=3.6.0)
OR
edit the source to reflect changes in matplotlib
[https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.6.0.html#:~:text=get_figure_manager%3B%20use-,frame.canvas.manager,-instead]

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

No branches or pull requests

2 participants