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