summaryrefslogtreecommitdiff
path: root/snippets/python-mode/figax
blob: 2e149bc7edaee807b0b51413bb30bfed9ac5e70d (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: figax
# key: fax
# --
fig, ax = plt.subplots()
$0