Incidentally, now that it's working, is there a
way to make the fonts
bigger?
There are too many ways to do this! I use either the ~/.Xdefaults file
with
lines like:
snd*axisLabelFont: -adobe-times-medium-r-normal-*-18-*-*-*-*-*-*-*
snd*helpTextFont: 9x15
or the init file (~/.snd) with similar stuff:
(set! (axis-label-font)
"-adobe-times-medium-r-normal-*-18-*-*-*-*-*-*-*")
(set! (axis-numbers-font) "9x15")))
You can use the same init file with gtk (which has a different font
naming
convention) -- see grfsnd.html for details.