网站首页 站内搜索

搜索结果

查询Tags标签: 画园,共有 1条记录
  • python 画园和椭圆

    python 画园和椭圆from matplotlib.patches import Ellipse, Circle import matplotlib.pyplot as pltfig = plt.figure() ax = fig.add_subplot(111)ell1 = Ellipse(xy = (0.0, 0.0), width = 10, height = 5, angle = 0.0, facecolor= yellow, alpha=0.3) cir1 = Circle…

    2021/7/9 14:36:25 人评论 次浏览
扫一扫关注最新编程教程