Home | History | Annotate | Download | only in analysis

Lines Matching refs:plt

21 import matplotlib.pyplot as plt
224 plt.style.use('ggplot')
225 colors = plt.rcParams['axes.color_cycle']
226 fig, axes = plt.subplots(nrows=1, ncols=1, figsize=(8,8))
233 plt.setp(autotexts, fontproperties=proptease)
234 plt.setp(texts, fontproperties=proptease)
236 plt.show()
244 plt.style.use('ggplot')
245 colors = plt.rcParams['axes.color_cycle']
246 fig, axes = plt.subplots(nrows=5, ncols=2, figsize=(12,30))
253 plt.show()