summaryrefslogtreecommitdiff
path: root/snippets/python-mode/plt
blob: 7952fff4d010031d4ce99d1a513152a9070a609d (plain)
1
2
3
4
5
6
7
# name: matplotlib-related import
# key: plt
# --
import matplotlib.pyplot as plt

import pltaid
$0