-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
function to raise plot window to the front? #6378
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
Comments
Hello! I would like to contribute to this project and start off with this issue. Since I'm very new to Github and contributing to open source, I would really appreciate some help to get started. Thanks in advance! |
I do not want to dissuade you from contributing, but this may not be the best starter project as it involves a messy part of the code base and touches multiple GUI toolkits + OS. |
Just to keep track of what is already merged |
For qt4/5 #6384 |
@h44rd I guess you decided for this particular issue because you have some experience in GUI frameworks. In any case, to get the basics of github + matplotlib development follow http://matplotlib.org/devel/gitwash/git_development.html for me that text was of great help, if you have any questions, don't hesitate, just open another issue an tag me in it, so I will get notified |
@tacaswell despite the comment by @fariza and label from @dstansby this appears to work fine for Tk, also see the current FigureManagerTk which was added with the tkcairo backend. The GUI/tk label should be removed. |
It seems like this is fixed in Wx as well. If the rcParams |
Somewhat related to #596, it would be good to have a function, analogous to Matlab's shg, to bring a desired plot window to the front.
This was discussed on StackOverflow, but the only solution there was to use a
raise_
method that seems to be specific to the Qt backend.The text was updated successfully, but these errors were encountered: