- 积分
- 44846
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-8-28
- 最后登录
- 1970-1-1
|
发表于 2025-2-9 12:02:29
|
显示全部楼层
set ylab
set ylab option
Controls the format of Y-axis tick mark labels. The option argument may be one of the following:
on labeled tick marks are drawn with default characteristics
off labeled tick marks are not drawn
format gives a C-language template for conversion of the label value to a string
Usage Notes
1.If the Y axis represents latitude, then the default behavior is to label the equator with "EQ" and append either "N" or "S" to all other tick mark labels depending on the hemisphere.
2.Changes to the Y-axis tick mark labels are reset by clear, but not display.
Examples
1.This command would cause all Y-axis labels to have 2 digits after the decimal point:
set ylab %.2f
|
|