在 Gnuplot 上调整 y 轴上的步骤
adjusting steps on y-axis on Gnuplot
我需要在 Gnuplot 上调整 y 轴上的步数,但是我没有成功,
注意我不想使用“logscale”,所以我只需要有适合 x 轴值的数字,我不想在 y 轴上显示太多步数在 y 轴上,我该怎么做?
这是我想要达到的结果,
我想要的图片结果:
非常感谢任何帮助。
为了不让这个(基本)问题出现无人回答的情况:
请查看手册(在询问 SO 之前 ;-)。如果您键入 help xtics
.
也可以找到它
Syntax:
set xtics {axis | border} {{no}mirror}
{in | out} {scale {default | <major> {,<minor>}}}
{{no}rotate {by <ang>}} {offset <offset> | nooffset}
{left | right | center | autojustify}
{add}
{ autofreq
| <incr>
| <start>, <incr> {,<end>}
| ({"<label>"} <pos> {<level>} {,{"<label>"}...) }
{format "formatstring"} {font "name{,<size>}"} {{no}enhanced}
{ numeric | timedate | geographic }
{{no}logscale}
{ rangelimited }
{ textcolor <colorspec> }
我需要在 Gnuplot 上调整 y 轴上的步数,但是我没有成功,
注意我不想使用“logscale”,所以我只需要有适合 x 轴值的数字,我不想在 y 轴上显示太多步数在 y 轴上,我该怎么做?
这是我想要达到的结果,
我想要的图片结果:
非常感谢任何帮助。
为了不让这个(基本)问题出现无人回答的情况:
请查看手册(在询问 SO 之前 ;-)。如果您键入 help xtics
.
Syntax: set xtics {axis | border} {{no}mirror} {in | out} {scale {default | <major> {,<minor>}}} {{no}rotate {by <ang>}} {offset <offset> | nooffset} {left | right | center | autojustify} {add} { autofreq | <incr> | <start>, <incr> {,<end>} | ({"<label>"} <pos> {<level>} {,{"<label>"}...) } {format "formatstring"} {font "name{,<size>}"} {{no}enhanced} { numeric | timedate | geographic } {{no}logscale} { rangelimited } { textcolor <colorspec> }