本文简要介绍 python 语言中 matplotlib.patches.FancyArrowPatch.set_arrowstyle
的用法。
-
设置箭头样式,可能还有更多属性。
以前的箭头样式的属性不会被重用。
如果没有参数(或使用
arrowstyle=None
),可用的框样式将作为人类可读的字符串返回。- 参数:
- arrowstyle str 或
ArrowStyle
-
箭头的样式:
ArrowStyle
实例或字符串,它是样式名称和可选的逗号分隔属性(例如"Fancy,head_length=0.2")。这样的字符串用于构造ArrowStyle
对象,如该类中所述。可以使用以下箭头样式:
%(箭头样式:table_and_accepts)s
- **kwargs
-
箭头样式的附加属性。有关支持的参数,请参阅上表。
- arrowstyle str 或
例子
set_arrowstyle("Fancy,head_length=0.2") set_arrowstyle("fancy", head_length=0.2)
用法
set_arrowstyle(arrowstyle=None, **kwargs)
相关用法
- Python matplotlib FancyArrowPatch.set_connectionstyle用法及代码示例
- Python matplotlib FancyBboxPatch.set_boxstyle用法及代码示例
- Python matplotlib FancyBboxPatch.set_bounds用法及代码示例
- Python matplotlib Figure.set_size_inches用法及代码示例
- Python matplotlib FontManager用法及代码示例
- Python matplotlib Figure.add_axes用法及代码示例
- Python matplotlib FigureBase.subplots用法及代码示例
- Python matplotlib FigureBase.align_ylabels用法及代码示例
- Python matplotlib FigureBase.align_xlabels用法及代码示例
- Python matplotlib FigureBase.add_axes用法及代码示例
- Python matplotlib FigureMpl用法及代码示例
- Python matplotlib FigureBase.legend用法及代码示例
- Python matplotlib FigureCanvasBase.mpl_connect用法及代码示例
- Python matplotlib Figure.figimage用法及代码示例
- Python matplotlib Figure.add_subplot用法及代码示例
- Python matplotlib Figure.legend用法及代码示例
- Python matplotlib FigureBase.sticky_edges用法及代码示例
- Python matplotlib FigureCanvasBase.mpl_disconnect用法及代码示例
- Python matplotlib FigureBase.add_subplot用法及代码示例
- Python matplotlib Figure.savefig用法及代码示例
- Python matplotlib Figure.colorbar用法及代码示例
- Python matplotlib Figure.add_gridspec用法及代码示例
- Python matplotlib Figure.sticky_edges用法及代码示例
- Python matplotlib FigureBase.colorbar用法及代码示例
- Python matplotlib FigureCanvasBase.new_timer用法及代码示例
注:本文由纯净天空筛选整理自skytowner.com大神的英文原创作品 matplotlib.patches.FancyArrowPatch.set_arrowstyle。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。