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