python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
graphics: How to draw new objects on the screen once it's already up?
I'm making an interactive map for my class, using Zelle's graphics.py . I got the map , and the data all set, but I can't figure out how to get the graphics window to update and draw new objects (rout...
Taimintor6398
Votes: 0
Answers: 1
Mouse Coordinates in Graph Window
I'm trying to figure out how to find the mouse coordinates when clicking on the graph window a few times.
So far I've tried
mx ,my = win.mouseX(), win.mouseY() and it tells me that the Nonetype is no...
IcyG
Votes: 0
Answers: 1
Zelle graphics.py and justify - is there a way to justify text?
I was looking through the graphics.py file and noticed two instances of justify, but I have never found any instructions on how to use it. All text seemed to be centered when used, I wanted to be abl...
netrate
Votes: 0
Answers: 1
Zelle graphics: Access and Manipulate Display Buffer?
I am doing 2D graphics using graphics.py. I wonder if there is a way I can access the display buffer after all the 2D geometries are drawn and before they show up on display. I need to do a post proce...
Sunny Lin
Votes: 0
Answers: 0


