summaryrefslogtreecommitdiff
path: root/snippets/python-mode/plt
blob: 434e09c9b94b50248a45b10d5bcd925b8578010e (plain)
1
2
3
4
5
6
7
8
# name: matplotlib-related import
# key: plt
# --
import matplotlib.pyplt as plt
from matplotlib import tickers

import pltaid
$0