Gnuplot Postscript 终端中的字体
我希望 gnuplot 在 postscript 终端中使用与 wxt 终端中相同的字体。 Gnuplot 帮助说 wxt 默认使用“Sans”。现在,如果我将终端设置为,
gnuplot> set term post enhanced color "Sans" 12
Terminal type set to 'postscript'
Options are 'landscape enhanced defaultplex \
leveldefault color colortext \
dashed dashlength 1.0 linewidth 1.0 butt noclip \
palfuncparam 2000,0.003 \
"Sans" 12 '
那么字体看起来与 wxt 中的字体非常不同。 我正在使用 Ubuntu 10.04 lucid。 您建议我使用哪种字体?欢迎任何想法。 我还尝试过“cm-super”在 gnuplot 中获取乳胶字体(现代计算机)。实际上它有效,但是文本经常与框和边距重叠!
问候, 梅菲克斯
I would like gnuplot to use the same font in the postscript-terminal as it does in the wxt-terminal. The Gnuplot help says that wxt uses "Sans" by default. Now, if i set the terminal to
gnuplot> set term post enhanced color "Sans" 12
Terminal type set to 'postscript'
Options are 'landscape enhanced defaultplex \
leveldefault color colortext \
dashed dashlength 1.0 linewidth 1.0 butt noclip \
palfuncparam 2000,0.003 \
"Sans" 12 '
then the font looks very different to the one in wxt.
I am using Ubuntu 10.04 lucid.
Which font would you suggest me to use? Any ideas welcome.
I've also tried "cm-super" to get latex-fonts (computer modern) in gnuplot. Actually it worked, but the text overlapped boxes and margins very often!
Greets,
mefiX
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于所考虑的绘图是 LaTeX 文档的一部分,因此我决定使用前面描述的计算机现代字体。
正如已经提到的,您可以通过
在 root 命令行上调用来在 ubuntu 下安装它们。
请注意,
SFSS1200
中的字符描述了字体编码(Latin1,...)、样式(Sans-Serif,...)和所需的分辨率(以 dpi 为单位)。Since the considered plots are part of a LaTeX document, I decided to use the computer modern fonts described earlier.
As already mentioned, you can install these under ubuntu by calling
on the root command line.
Note that the characters in
SFSS1200
describe font encoding (Latin1, ...), style (Sans-Serif, ...) and desired resolution in dpi.