Searched refs:plt (Results 1 – 1 of 1) sorted by relevance
3 import matplotlib.pyplot as plt namespace11 fig, ax = plt.subplots(nrows=1)14 plt.xlabel("size in bytes")15 plt.ylabel("BW in GB/s")16 plt.title("size vs. bw")17 plt.tight_layout()31 legend = plt.legend()32 plt.show()