importmatplotlib.pyplotasplt# 绘制哆啦A梦的简单示例defdraw_doraemon():# 优化参数设置plt.figure(figsize=(8,8))# 画出头部head=plt.Circle((0.5,0.5),0.4,color='blue',fill=True)plt.gca().add_artist(head)# 略去细节plt.title('Doraemon')plt.show() 1. 2. 3. 4. 5. 6. 7. 8. 9. 1...
code:3_spirograph code:3_spirographHypotrochoid 1.5 Fractal & Math code:4_fractalTree code:4_fractalTree2 code:4_hypercube code:4_leaf code:4_sierpinskiTriangle code:4_cherryFlower code:4_cherryFlower2 code:4_cherryFlower3 code:4_christmasTree 1.6 Complex Drawing code:5_colorSnake code:5_do...