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