Note
Click here to download the full example code
Orthographic mapΒΆ
from matplotlib import pyplot as plt
import pylook
fig = plt.figure()
ax = fig.add_subplot(111, projection='ortho')
ax.grid(True)
Total running time of the script: ( 0 minutes 1.619 seconds)