% Greek labels for plots %by Martin Kunz, 15/07/2016 graphics_toolkit("qt") figure(1); clf; fflush(stdout); plot (1:10); xlabel ("\\Omega") ylabel ("Ω") fprintf ("\nSaving figure 1\n"); print -dpng -r0 greek.png print -deps -r0 greek.eps print -dsvg -r0 greek.svg