From ce8dda550018a59520e2d632f10d3fe5650e9d0d Mon Sep 17 00:00:00 2001 From: Vivien Maisonneuve Date: Fri, 19 Dec 2014 17:34:00 +0100 Subject: [PATCH] Fix 3d plots in examples --- examples/menger.py | 1 + examples/plots.py | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/menger.py b/examples/menger.py index 8d258b1..c4413ba 100755 --- a/examples/menger.py +++ b/examples/menger.py @@ -20,6 +20,7 @@ import matplotlib.pyplot as plt from math import ceil from matplotlib import pylab +from mpl_toolkits.mplot3d import Axes3D from linpy import Le, Polyhedron, symbols diff --git a/examples/plots.py b/examples/plots.py index 4b0f16e..87d2891 100755 --- a/examples/plots.py +++ b/examples/plots.py @@ -6,6 +6,7 @@ import matplotlib.pyplot as plt from matplotlib import pylab +from mpl_toolkits.mplot3d import Axes3D from linpy import Ge, Le, symbols -- 2.20.1