projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix small grammar mistakes in doc
[linpy.git]
/
examples
/
diamonds.py
diff --git
a/examples/diamonds.py
b/examples/diamonds.py
index
d5119b4
..
0978d4c
100755
(executable)
--- a/
examples/diamonds.py
+++ b/
examples/diamonds.py
@@
-5,7
+5,7
@@
import matplotlib.pyplot as plt
from matplotlib import pylab
from mpl_toolkits.mplot3d import Axes3D
-from
pypol
import *
+from
linpy
import *
x, y, z = symbols('x y z')