diff options
Diffstat (limited to 'snippets/python-mode/figaxs')
-rw-r--r-- | snippets/python-mode/figaxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/python-mode/figaxs b/snippets/python-mode/figaxs index a9117ca..7e99635 100644 --- a/snippets/python-mode/figaxs +++ b/snippets/python-mode/figaxs @@ -2,4 +2,4 @@ # name: figaxs # key: faxs # -- -fig, axs = plt.subplots($0) +fig, axs = plt.subplots($0)
\ No newline at end of file |