Closing the graphical window
Hey I'd like to know how to get rid of the graphical window sharing space with the console. I ran a plt.show()once to test a thing, but I don't need any graphics for the project. However now I have a constant black box covering up a corner of the screen every time i open the project.
you can just drag the line thing below it up, to cover it
@CodingCactus is there a permanent way to remove it i think is what theyre asking
i also want a souloution to this xD
@Nettakrim remove the packages that made it go there in the first place?
@CodingCactus that doesnt stop it, once its there it never leaves
@Nettakrim just fork the repl then
@CodingCactus That doesn't do anythong either. I could copy paste all the code into a new project of course but there should be a better solution
@Bliipie it worked for me (forking it)
from what ive found, you can use:
turtle.bye()
, akaturtle.Screen().bye()
, closes a turtle graphics window.click here to learn more: turtle.bye(), aka turtle.Screen().bye(), closes a turtle graphics window.
hope this helps! =)
@Bookie0 Sadly that did almost nothing (changed the color of the window to grey/pink). Thanks for the suggestion though. Also tried
plt.close()
without result.ok, sorry about that and good luck!
if this problem persists, and you have tried forking it, it might be a bug? so you could report it here if you want: https://repl.it/bugs
hope this helps1 =)
@Bliipie