python:实现绘制蝴蝶曲线
import matplotlib.pyplot as plt
import numpy as np
import math
X = []
Y = []
theta =0
for theta in np.linsp
import matplotlib.pyplot as plt
import numpy as np
import math
X = []
Y = []
theta =0
for theta in np.linsp