<pre id="3346" class="graf graf--pre graf-after--p">%matplotlib inline import numpy as np import matplotlib.pyplot as plt fig = plt.figure() ax = plt.axes(projection=’3d’)</pre>