]> CRI, Mines Paris - PSL - linpy.git/blobdiff - examples/diamonds.py
Change pypol to linpy
[linpy.git] / examples / diamonds.py
index 572a87016d4bde57feffa8465b2cfaa92ea66d29..d5119b4561f8768981686939548cbb4c6da26cac 100755 (executable)
@@ -44,4 +44,5 @@ cubo = Le(0, x) & Le(x, 5) & Le(0, y) & Le(y, 5) & Le(0, z) & Le(z, 5) & \
     Le(-2, -x + y + z) & Le(-x + y + z, 7) & \
     Le(-2, x + y - z) & Le(x + y - z, 7)
 cubo.plot(cubo_plot, facecolors=(0, 0, 1, 0.75))
+
 pylab.show()