• R/O
  • SSH

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂56c17a34cf965a069bb6f0d07abfe5f230a65540 (tree)
時間2012-06-17 03:54:41
作者lorenzo
Commiterlorenzo

Log Message

I fixed the syntax to import mlab.

Change Summary

差異

diff -r 377e0adeefed -r 56c17a34cf96 Python-codes/filippov-clusters.py
--- a/Python-codes/filippov-clusters.py Sat Jun 16 18:41:25 2012 +0000
+++ b/Python-codes/filippov-clusters.py Sat Jun 16 18:54:41 2012 +0000
@@ -1,6 +1,6 @@
11 #! /usr/bin/env python
22
3-from enthought.mayavi import mlab
3+from mayavi import mlab
44
55 import scipy as s
66 import numpy as n