summaryrefslogtreecommitdiff
path: root/snippets/python-mode/figaxs
blob: a9117caf328762faeb7ba5057817707267e25625 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: figaxs
# key: faxs
# --
fig, axs = plt.subplots($0)