"""
Simple map
==========
"""
from matplotlib import pyplot as plt
import pylook

fig = plt.figure()
ax = fig.add_subplot(111, projection='plat_carre')
ax.grid(True)
