问题标签 [xmgrace]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
legend - xmgrace 图例中的水平堆栈
是否可以在 xmgrace 中有一个水平的图例堆栈,例如两行和 3 列?
xmgrace - 如何在 Xmgrace 中画一个圆
如何在 Xmgrace 中画一个圆心(x,y)
和直径的圆d
?一种方法是从两个函数创建集合。例如-(1-x^2)^0.5
和(1-x^2)^0.5
,但有其他选择吗?
macos - 如何解决 sudo: port: command not found (Big Sur)
我更新了使用 zsh 的 macOS Big Sur 版本 11.2.3。在安装 openmotif 以拥有 Xmgrace 之后,我发现了这个 sudo: port: command not found。我不知道如何通过。
plot - 为什么 xmgrace 会忽略我的 X 数据列?
我一直是xmgrace
/的长期用户grace
,但今天我很难过。我有一个.dat
文件,它只是两列空格分隔的X Y
数据,就像我习惯于绘图一样。但由于某种原因,该程序仅使用 Y 信息并将 X 绘制为整数序列/行号。以下是数据示例:
但是当我运行xmgrace test.dat
(或尝试Data > Import > ASCII...
)时,x 轴从 0 到 14 而不是 0.0164 到 0.0172。我在文件中看不到任何隐藏字符(用于:set list
)vi
...
如果这有帮助:该文件最初是我从 Mac 上的 Excel 导出的 CSV,用于vi
将逗号替换为空格。所以...文件中没有选项卡,也没有 Windows 样式的 ^M。
如何正确xmgrace
使用我的x
信息?
xmgrace - Xmgrace 通过批处理文件删除数据集中的特定行
我想删除数据集的第一行。我尝试通过输入任何命令窗口( Window
> ):Commands
但我得到了错误:
有没有办法做到这一点?
plot - 如何使用 Xmgrace 对多个图进行平均
我是 Xmgrace 的新用户。我有大约 1000 个具有相同 x 轴范围的图。我想使用 Xmgrace 对所有这些图进行平均。我该怎么做?任何帮助表示赞赏。