Searched refs:plt (Results 1 – 2 of 2) sorted by relevance
19 import matplotlib.pyplot as plt namespace53 fig, (ax1, ax2) = plt.subplots(2)62 plt.show()91 fig, (ax1, ax2) = plt.subplots(2)100 plt.show()
21 import matplotlib.pyplot as plt namespace79 fig, (ax1, ax2) = plt.subplots(nrows=2, sharex=True)92 plt.show()