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: 'FigureManagerBase' object has no attribute 'window' #4

Open
baireddy417 opened this issue Jul 31, 2020 · 3 comments
Open

Comments

@baireddy417
Copy link

When i try to run the demo code i was getting this error in line fig.canvas.manager.window.move(0,0) could please help me

@Owen1234560
Copy link

Hi, you can try this: fig.canvas.manager.window.wm_geometry("+0+0")

@rutvi21
Copy link

rutvi21 commented Oct 20, 2020

Hi, you can try this: fig.canvas.manager.window.wm_geometry("+0+0")

Still getting same error: AttributeError: 'FigureManagerBase' object has no attribute 'window'. Please help me with this

@ejcgt
Copy link
Owner

ejcgt commented Oct 25, 2020

Hi @rutvi21 did you make sure you're using the same conda environment as described in the README? Which OS are you using?

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

4 participants