diff options
Diffstat (limited to 'snippets/python-mode/figaxs')
-rw-r--r-- | snippets/python-mode/figaxs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/python-mode/figaxs b/snippets/python-mode/figaxs new file mode 100644 index 0000000..a9117ca --- /dev/null +++ b/snippets/python-mode/figaxs @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: figaxs +# key: faxs +# -- +fig, axs = plt.subplots($0) |