提交 b58a2129 编写于 作者: F feilong

fix bug

上级 155a1b5d
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
# 作者:幻灰龙 # 作者:幻灰龙
# 标题:Python Matplot 曲线绘制1 # 标题:Python Matplot 曲线绘制1
...@@ -19,6 +18,7 @@ def subdivision(nodes, depth, limit): ...@@ -19,6 +18,7 @@ def subdivision(nodes, depth, limit):
subdivision(left.nodes, depth+1, limit) subdivision(left.nodes, depth+1, limit)
subdivision(right.nodes, depth+1, limit) subdivision(right.nodes, depth+1, limit)
if __name__ == '__main__': if __name__ == '__main__':
nodes = np.asfortranarray([ nodes = np.asfortranarray([
[0.0, 1.25, 2.0], [0.0, 1.25, 2.0],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册