akrherz / pyIEM

Module level import not at the top of the file FLK-E402
Style
Minor
7 months ago7 months old
module level import not at top of file
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()