Python:繪製L-System的分形圖

# -*- coding: utf-8 -*- #L-System(Lindenmayer system)是一種用字符串替代產生分形圖形的算法 from math import sin, cos, pi import matplotlib.pyplot as pl from matplotlib import collections class L_System(object): def
相關文章
相關標籤/搜索