# -*- mode: snippet -*-
# name: figax
# key: fax
# --
fig, ax = plt.subplots()
$0