AxisStyle
是指定如何为轴路径添加样式的 AxisObject 的选项.
范例
基本范例 (3)
AxisStyle 仅影响轴路径的样式:
Graphics[AxisObject[Line[{{0, 0}, {10, 10}}], {0, 10}, AxisStyle -> Blue]]AxisStyleTransparent 会隐藏轴曲线,只显示刻度和标签:
Graphics[AxisObject[Line[{{0, 0}, {10, 10}}], {0, 10}, AxisStyle -> Transparent]]AxisStyle 继承轴的整体基础样式:
Graphics[AxisObject[Line[{{0, 0}, {10, 10}}], {0, 10}, AxisStyle -> Thick, BaseStyle -> Red]]相关指南
-
▪
- 图形对象
文本
Wolfram Research (2021),AxisStyle,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AxisStyle.html.
CMS
Wolfram 语言. 2021. "AxisStyle." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/AxisStyle.html.
APA
Wolfram 语言. (2021). AxisStyle. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AxisStyle.html 年
BibTeX
@misc{reference.wolfram_2026_axisstyle, author="Wolfram Research", title="{AxisStyle}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/AxisStyle.html}", note=[Accessed: 12-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_axisstyle, organization={Wolfram Research}, title={AxisStyle}, year={2021}, url={https://reference.wolfram.com/language/ref/AxisStyle.html}, note=[Accessed: 12-August-2026]}