summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pyplot
blob: 608b77f7816aeb9be79d1302991f31db5444e55e (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: pyplot
# key: plt
# group: imports
# --
import matplotlib.pyplot as plt
$0