]> CRI, Mines Paris - PSL - linpy.git/blobdiff - examples/diamonds.py
Replace examples by tutorial in documentation
[linpy.git] / examples / diamonds.py
index d5119b4561f8768981686939548cbb4c6da26cac..0978d4cbd4e65e7e4b7040a208f83d96508426e9 100755 (executable)
@@ -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')