gpt4 book ai didi

wolfram-mathematica - 轴的箭头

转载 作者:行者123 更新时间:2023-12-03 21:21:41 32 4
gpt4 key购买 nike

在 Mathematica 中使用命令 Plot 时如何获取轴的箭头?

感谢您提供任何有用的答案。

最佳答案

对于诸如由 Plot 生成的 2D 绘图,以下效果很好:

Plot[Sin[x], {x, 0, 10}, AxesStyle -> Arrowheads[0.07]]

enter image description here

或使用自定义箭头:
h = Graphics[Line[{{-1, 1/2}, {0, 0}, {-1, -1/2}}]];
Plot[Sin[x], {x, 0, 10},
AxesStyle -> Arrowheads[{{Automatic, Automatic, h}}]]

enter image description here

关于wolfram-mathematica - 轴的箭头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5844790/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com