I primarily do my programming in Cloud 9, but I'm annoyed by the lack of graphics.
So, I've found out that I can save my graphs as picture files, but when I try to even do that, I get an error from tkinter about not having a $DISPLAY
variable (the same thing that led me to write this question awhile ago).
Is there any way to make tkinter think I have this display variable so I can just get to saving the image without drawing anything?
(I'm not asking how to use graphics, I'm asking if it's possible to set a fake $DISPLAY
variable that exists, but just doesn't work.)