X-Git-Url: https://scm.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/843dede1d98c459f9761abff5877e0b019fa0155..77d9e641db24dc1edb6d0e2b91b58d395761616f:/examples/diamonds.py?ds=sidebyside diff --git a/examples/diamonds.py b/examples/diamonds.py index 572a870..d5119b4 100755 --- a/examples/diamonds.py +++ b/examples/diamonds.py @@ -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()