summaryrefslogtreecommitdiff
path: root/snippets/python-mode/plotting-imports
blob: 465bf52ddd6670e432cb13ec6ee197729564c545 (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# key: plta
# group: imports
# --
import matplotlib.pyplot as plt

import mplutil
$0