Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 xmgrace 图上的轴标签显示为 0.5 而不是 0,5,这是我默认得到的?谢谢!
对的,这是可能的。您需要设置机器的区域设置,以便它使用正确的小数分隔符。从命令行只需使用
LC_ALL=C xmgrace
或设置别名。
请查看此问题的答案以获取更多详细信息。