You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing this issue in the program draw_box.py.
The images are loading one by one in Spyder IDE and even in Jupyter but the code : bbox=plt.connect('key_press_event', toggle_selector) key=plt.connect('key_press_event', onkeypress)
is not working properly. A new window is not popping up and no keypress event is being detected. Instead all the images in the directory are being loaded one by one if I comment out the setGeometry line.
What can be done?
The text was updated successfully, but these errors were encountered:
My problem here was that Spyder was outputting to the console. Change this in Graphics Output in Tools/Preferences/IPython Console/Graphics from Inline to Automatic
I'm facing this issue in the program draw_box.py.
The images are loading one by one in Spyder IDE and even in Jupyter but the code :
bbox=plt.connect('key_press_event', toggle_selector)
key=plt.connect('key_press_event', onkeypress)
is not working properly. A new window is not popping up and no keypress event is being detected. Instead all the images in the directory are being loaded one by one if I comment out the setGeometry line.
What can be done?
The text was updated successfully, but these errors were encountered: