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