如何在 gnuplot 中的一列中获取整个键
我的 gnuplot 图中有一长串键,因此它会自动分成两列。我想要 1 列中的整个密钥。我尝试过:
set key maxcols 1
由于某种原因,即使 maxrows 命令似乎有效,该命令也没有效果。为什么 maxcols 命令不起作用,是否有其他方法可以实现一列中的键?
I have a long list of keys in my gnuplot graph and , thus, it automatically breaks off into two columns. I want the entire key in 1 column. I tried :
set key maxcols 1
For some reason the command is having no effect even though maxrows command seems to work. Why is the maxcols command not working and is there any other way to achieve the keys in one column?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
版本 5.4:
设置键水平 maxcol 1
版本 5.5:
设置键列 1
Version 5.4:
set key horizontal maxcol 1
Version 5.5:
set key columns 1