如何用python画太极阴阳图怎么利用python画这种图20

2021-03-06 07:35:10 字数 2596 阅读 1272

1楼:一生罔替

import turtle

import time

import random

rand1=random.randint(1,200)turtle.fillcolor("black")turtle.begin_fill()

turtle.circle(rand1,180)turtle.end_fill ()

turtle.pencolor("white")turtle.goto(0,0)

turtle.pencolor("black")turtle.circle(-rand1,180)turtle.

pencolor("white")turtle.goto(0,rand1)

turtle.pencolor("black")turtle.fillcolor("white")turtle.begin_fill()

turtle.circle(0.5*rand1,180)turtle.end_fill()

turtle.pencolor('white')turtle.goto(0,rand1)

turtle.pencolor("black")turtle.goto(0,0)

turtle.fillcolor("black")turtle.pencolor("black")turtle.begin_fill()

turtle.circle(-0.5*rand1,180)turtle.end_fill()

turtle.pencolor("white")turtle.goto(0,1.

25*rand1)turtle.pencolor("black")turtle.fillcolor("black")turtle.

begin_fill()

turtle.circle(0.25*rand1)turtle.end_fill()

turtle.pencolor("white")turtle.goto(0,rand1)

turtle.pencolor("black")turtle.goto(0,0.

25*rand1)turtle.fillcolor("white")turtle.begin_fill()

turtle.circle(0.25*rand1)turtle.end_fill()

time.sleep(1)

小圆半径是大圆的4分之一

2楼:天天不看

from turtle import *

color("white",'black')begin_fill()

while true:

speed("fastest")

forward(115)

left(175)

if abs(pos())<1:

break

end_fill()

color('white','white')begin_fill()

while true:

speed("fastest")

forward(115)

left(175)

if abs(pos())<1:

break

end_fill()

done()

3楼:我的我就要爆了

from turtle import *

def yin(radius, color1, color2):

width(3)

color("black", color1)begin_fill()

circle(radius/2., 180)circle(radius, 180)

left(180)

circle(-radius/2., 180)end_fill()

left(90)

up()

forward(radius*0.35)

right(90)

down()

color(color1, color2)begin_fill()

circle(radius*0.15)

end_fill()

left(90)

up()

backward(radius*0.35)down()

left(90)

def main():

reset()

yin(200, "black", "white")yin(200, "white", "black")ht()

return "done!"

if __name__ == '__main__':

main()

mainloop()

怎么利用python画这种图 20

4楼:西风雨时代

python 有一个图形界面的库 你可以去查一下 可以做出来

如何用python画出下面这种效果的图

5楼:天天不看

mplot3d tutorial

这个?quiver

axes3d.quiver(*args, **kwargs)plot a 3d field of arrows.

怎样用python画对数图,python 如何设置对数坐标

1楼 home不知道 1 用python画出log1 5 x log 2x log 3x python view plain copy import numpy as np import math import matplotlib pyplot as plt x np arange 0 05 3 ...

请问这种图用PS怎么画出来,请问这种图用PS怎么画出来? 100

1楼 will丶 ps功能很多,没有固定的方式,如果你已经接触过ps的话,可以参考一下我的方式 1,先用选区画出 没有变形的部分 横条画出一条,然后复制出如 的数量,竖条也是 2,然后平面的这些横竖条做出来后,立体整体部分的上半部分,可以用画好的平面部分复制出来,然后旋转裁剪,做出如图效果,立体部分...

ps里这种图是用什么画出来的,这种图一般用什么软件画的?是ps吗 20

1楼 亿图软件 用的是photoshop画笔工具众多 90 海绵画笔投影 2楼 江西新华 这是用的笔刷做出来的 这种图一般用什么软件画的?是ps吗 20 3楼 超级単子 可以用ps,也可以用专业的画画软件,纸上画漫画我们已经习以为常了,随着科技产品的飞速发展,越来越多的人选择使用电脑绘图,电脑画画,...