akrherz / pyIEM

Imports from same package are not grouped PYL-C0412
Style
Minor
10 months ago10 months old
Imports from package matplotlib are not grouped
11from pandas.plotting import register_matplotlib_converters
12
13matplotlib.use("agg")
14import matplotlib.pyplot as plt15
16# Workaround a pandas dataframe to matplotlib issue
17register_matplotlib_converters()