|
From: Becker, M. <M.B...@st...> - 2010-12-18 21:18:03
|
Hello, I would like to use characters like "", "äöüß" or "³" in the X11 terminal. That works without problems, unless I specify a font size when setting the terminal. what works: set term x11 set title "Test äöüß³" plot x*x what doesn't work: set term x11 font ",20" set title "Test äöüß³" plot x*x This is too much for me ;-). Who can help? Thanks, Martin |