summaryrefslogtreecommitdiff
path: root/snippets/python-mode/plotting-imports
blob: 6d957b3c1bb80dddc2fbcfedab505a0320e4c5f2 (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 pltaid
$0