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

import mplutil
$0