summaryrefslogtreecommitdiff
path: root/snippets/python-mode/plotting-imports
blob: 46b986d74417a81cdf645ae9cf3a6e7411436591 (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