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

import pltaid
$0