Something has come up which demands me to work only in command line. My primary job is programming (mostly in Fortran and Octave) and I need to display plots.
As a lame example:
I open octave and type ezplot('sin(x)')
and it outputs that X11 Display Environment not set and unable to open display. Is there any way for me to view graphics in TTY?
Obviously, I don't expect awesome graphics but I need to see if I am on the right track once a while.
My current algorithm is extremely inefficient. I print -djpeg foo.jpeg and then scp it to my neighboring computer. Borrow that and continue.