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