在Matplotlib中,有没有一种方法可以用圆或bar绘制一条线。在末端
在matplotlib中,您可以使用axes.arrow
( https://matplotlib.org/3.5.0/api/_as_as_gen/matplotlib.axes.axes.axes.axes.arrow.html )。
在末尾绘制带有圆或其他屁股的线的函数是否有类似的功能?我希望这是axes.arrow
的关键字参数选项,但似乎不存在。
In Matplotlib, you can draw an arrow using Axes.arrow
(https://matplotlib.org/3.5.0/api/_as_gen/matplotlib.axes.Axes.arrow.html).
Is there a similar function for drawing a line with a circle or other butt at the end? I would've expected this to be a keyword argument option for Axes.arrow
, but it doesn't seem to exist.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是一个具有类和继承的想法,但我认为@Johanc链接更好:
您可以获取其他参数(lineWidth等),以应用于您的补丁程序。
Just an idea with classes and inheritance but I think @johanc links are better:
You can get other parameters (linewidth etc) to apply to your patches objetcs.