脚本专栏 
首页 > 脚本专栏 > 浏览文章

matplotlib绘图实例演示标记路径

(编辑:jimmy 日期: 2024/5/10 浏览:3 次 )

标记路径

演示效果:

matplotlib绘图实例演示标记路径

实例代码

import matplotlib.pyplot as plt
import matplotlib.path as mpath
import numpy as np


star = mpath.Path.unit_regular_star(6)
circle = mpath.Path.unit_circle()
# concatenate the circle with an internal cutout of the star
verts = np.concatenate([circle.vertices, star.vertices[::-1, ...]])
codes = np.concatenate([circle.codes, star.codes])
cut_star = mpath.Path(verts, codes)


plt.plot(np.arange(10)**2, '--r', marker=cut_star, markersize=15)

plt.show()

总结

以上就是本文关于matplotlib绘图实例演示标记路径的全部内容,希望对大家有所帮助。感兴趣的朋友可以继续参阅本站其他相关专题,如有不足之处,欢迎留言指出。感谢朋友们对本站的支持!

上一篇:Python实现PS图像明亮度调整效果示例
下一篇:Android基于TCP和URL协议的网络编程示例【附demo源码下载】
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网