Files
emacs/lisp/yasnippet-snippets/snippets/python-mode/pl
2020-12-05 21:29:49 +01:00

8 lines
115 B
Plaintext

# -*- mode: snippet -*-
# name: Import pyplot
# key: plt
# group : general
# --
import matplotlib.pyplot as plt
$0