Menu

#1193 Scaling font does not work in x11 terminal

closed-works-for-me
nobody
None
5
2012-12-23
2012-11-30
No

The following script does not seem to scale the font in the enhanced text:

set term x11 enhanced
set title "Big Title\n{/*0.5subtitle}"
plot sin(x)

Note that it works with postscript:

set term post enhanced
set output "foo.ps"
replot

I'm using gnuplot 4.6.0 on Ubuntu Linux.

Discussion

  • Ethan Merritt

    Ethan Merritt - 2012-11-30

    That probably means your x11 window is defaulting to a non-scaleable font.
    I attach a screenshot of the output on a correctly configured linux system.
    See "help set term x11 x11_fonts".

     
  • Ethan Merritt

    Ethan Merritt - 2012-11-30

    screenshot of output from above commands

     
  • Ethan Merritt

    Ethan Merritt - 2012-12-23
    • status: open --> closed-works-for-me
     

Log in to post a comment.