可视化编程中制作太极图的方法有多种,以下是几种常见的方法:
方法一:使用Python的matplotlib库
准备工作
确保安装了Python及相应的绘图库matplotlib。在命令行中输入以下命令以安装:
```
pip install matplotlib
```
代码实现
```python
import numpy as np
import matplotlib.pyplot as plt
创建图形和坐标轴
fig, ax = plt.subplots(figsize=(6, 6), subplot_kw=dict(projection='polar'))
绘制大圆
theta = np.linspace(0, 2 * np.pi, 100)
r = np.ones_like(theta)
ax.fill(theta, r, color='black', alpha=0.5) 黑色部分
绘制小圆
theta_small = np.linspace(0, np.pi, 100)
r_small = 0.5 * np.ones_like(theta_small)
ax.fill(theta_small, r_small, color='white', alpha=0.5) 白色部分
添加小圆点
ax.plot([0, 0], [0.5, 1], color='black', linewidth=1)
显示图形
plt.show()
```
方法二:使用太极编程语言(如ti.GUI)
创建画布窗口
```python
import ti.GUI
gui = ti.GUI("jizhike", res=(1024, 768))
```
绘制太极图
使用`gui.circles()`、`gui.lines()`、`gui.rects()`等函数创建基本的图形元素。
使用`gui.button()`、`gui.slider()`、`gui.text()`等控件实现交互。
方法三:使用turtle库
初始化
```python
import turtle
turtle.screensize(800, 600, "green")
turtle.pensize(1)
turtle.pencolor('black')
turtle.speed(10)
```
绘制太极图
```python
TJT_color = {1: 'white', -1: 'black'}
color_list = [1, -1]
for c in color_list:
turtle.fillcolor(TJT_color.get(c))
turtle.begin_fill()
turtle.circle(400, 180)
turtle.circle(400, 360)
turtle.circle(400, 180)
turtle.end_fill()
turtle.penup()
turtle.goto(0, 400)
turtle.pendown()
```
方法四:使用CSS和JavaScript
HTML结构
```html
```
CSS样式
```css
.animation {
width: 800px;
height: 800px;
border: 1px solid 000;
}
canvas {
animation: rotate 6s linear infinite;
}
@keyframes rotate {
0% { transform: none; }
100% { transform: rotate(360deg); }
}
```