本文简要介绍 python 语言中mpl_toolkits.axisartist.axis_artist.AxisArtist.set_axisline_style
的用法。
-
设置轴线样式。
新样式完全由传递的属性定义。现有的样式属性被遗忘。
- 参数:
- axisline_style str 或 None
-
线条样式,例如'->',可选地后跟逗号分隔的属性列表。或者,可以将属性作为关键字提供。
如果
None
,则返回包含可用样式的字符串。
例子
以下两个命令是相同的:
>>> set_axisline_style("->,size=1.5") >>> set_axisline_style("->", size=1.5)
用法
set_axisline_style(axisline_style=None, **kwargs)
相关用法
- Python matplotlib AxisArtist.toggle用法及代码示例
- Python matplotlib AxisArtistHelper用法及代码示例
- Python matplotlib Axis.get_tick_params用法及代码示例
- Python matplotlib AxislineStyle用法及代码示例
- Python matplotlib Axes.get_legend_handles_labels用法及代码示例
- Python matplotlib Axes.hist用法及代码示例
- Python matplotlib Axes.step用法及代码示例
- Python matplotlib Axes.contour用法及代码示例
- Python matplotlib Axes.plot用法及代码示例
- Python matplotlib Axes.semilogx用法及代码示例
- Python matplotlib Axes.semilogy用法及代码示例
- Python matplotlib Axes.inset_axes用法及代码示例
- Python matplotlib Axes.axis用法及代码示例
- Python matplotlib Axes.barbs用法及代码示例
- Python matplotlib Axes.tripcolor用法及代码示例
- Python matplotlib Axes.set_prop_cycle用法及代码示例
- Python matplotlib Axes.axline用法及代码示例
- Python matplotlib Axes.tick_params用法及代码示例
- Python matplotlib Axes.axvspan用法及代码示例
- Python matplotlib Axes3D.plot_trisurf用法及代码示例
- Python matplotlib Axes3D.text2D用法及代码示例
- Python matplotlib Axes.contourf用法及代码示例
- Python matplotlib Axes.tricontourf用法及代码示例
- Python matplotlib Axes.locator_params用法及代码示例
- Python matplotlib Axes.set_ylim用法及代码示例
注:本文由纯净天空筛选整理自skytowner.com大神的英文原创作品 mpl_toolkits.axisartist.axis_artist.AxisArtist.set_axisline_style。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。