博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
gnuplot 字体_如何在Gnuplot中更改字体大小
阅读量:2521 次
发布时间:2019-05-11

本文共 637 字,大约阅读时间需要 2 分钟。

gnuplot 字体

How to change the font sizes of labels (x and y axis) and keys for ? The default fonts turn to be too small when I shrink the in my .

如何更改的标签(x和y轴)和键的字体大小? 当我缩小的时,默认字体变得太小。

Several methods are available for Gnuplot:

Gnuplot有几种方法可用:

Set the global fonts size for the terminal:

设置终端的全局字体大小

set terminal enhanced font 'Verdana,10'

Here, 10 is the font size.

在这里,10是字体大小。

Set the key fonts:

设置关键字体

set key font ",10"

Here, 10 is the font size.

在这里,10是字体大小。

Set the fonts for labels of x- and y-axis:

设置x和y轴标签的字体

set xtics font "Verdana,10"

Here, 10 is the font size.

在这里,10是字体大小。

Answered by anonymous.
匿名回答。

翻译自:

gnuplot 字体

转载地址:http://eqowd.baihongyu.com/

你可能感兴趣的文章
elasticsearch 常用查询 + 删除索引
查看>>
sops的配置过程
查看>>
prometheus+grafana监控Linux和kubernetes的例子
查看>>
kubernetes 简单 hello world nginx svc deployment
查看>>
kubenetes 的svc从ClusterPort 改为NodePort
查看>>
kube-metric在kubernetes上的部署
查看>>
kubespray 修改配置
查看>>
部署kubernetes-prometheus和用kubespray部署kubernetes后修改kubelet的
查看>>
Hbase和Hadoop的内存参数调优 + 前端控制台
查看>>
SQuirreL连接Phoenix报java.util.concurrent.TimeoutException
查看>>
开启phoenix命名空间的自动映射
查看>>
Hbase标准配置文件
查看>>
elasticsearch 7.1 401 Unauthorized
查看>>
hbase数据导出和恢复 设置双master
查看>>
prometheus 的promsql的经典例子
查看>>
python 调试技巧
查看>>
centos7清楚journal日志
查看>>
federate - Prometheus outside k8s cluster + 总体架构图
查看>>
以py脚本形式ORM操作 及 django终端打印sql语句的设置
查看>>
NVIC_PriorityGroupConfig()的说明
查看>>