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

Issue with graphical display on Ubuntu and Mint #197

Open
patkel opened this issue Mar 6, 2020 · 11 comments
Open

Issue with graphical display on Ubuntu and Mint #197

patkel opened this issue Mar 6, 2020 · 11 comments

Comments

@patkel
Copy link

patkel commented Mar 6, 2020

I am teaching a class that is using the imexam package. The graphical window appears black in most cases if you run a routine such as 'a' or 'r'
A workaround appears to be hitting 's' and then e.g., 'a'
or 'r' multiple times.
Is there a way to fix this bug? It seems to be an issue related to pylab or matplotlib, perhaps?

@sosey
Copy link
Member

sosey commented Mar 6, 2020

it's usually an issue with the matplotlib backend in use. Can you send me the output of these commands from a python terminal:

import matplotlib
import platform, sys
matplotlib.get_backend()
platform.uname()
sys.version

If we can't fix it with your backend, and it's a bug, I'm packaging a new release this weekend and can try and throw in a fix for this.

@patkel
Copy link
Author

patkel commented Mar 6, 2020 via email

@patkel
Copy link
Author

patkel commented Mar 6, 2020 via email

@sosey
Copy link
Member

sosey commented Mar 6, 2020

hmm...I'm not sure the attached image was uploaded?

@patkel
Copy link
Author

patkel commented Mar 6, 2020 via email

@sosey
Copy link
Member

sosey commented Mar 6, 2020

I think it might be getting clipped. You should be able to drag the image into the comment area on github and it will upload, will try that?

@patkel
Copy link
Author

patkel commented Mar 6, 2020

Screenshot from 2020-03-06 10-32-54

@sosey
Copy link
Member

sosey commented Mar 6, 2020

one more - sorry, which version of matplotlib are you running?
matplotlib.__version__

@patkel
Copy link
Author

patkel commented Mar 6, 2020 via email

@sosey
Copy link
Member

sosey commented Apr 9, 2020

sorry for the long delay, hope all is well where you are during these times..

I wasn't able to reproduce your issue locally. But I did release a new version of imexam (0.9.1) that has quite a few fixes, it's worth updating and giving it another try.

@patkel
Copy link
Author

patkel commented Apr 12, 2020 via email

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

2 participants