Home | History | Annotate | Download | only in analysis

Lines Matching refs:plt

21 import matplotlib.pyplot as plt
110 fig = plt.figure(figsize=(16, 8*2+4*2+2))
111 plt.suptitle("EnergyDiff Data",
115 axes = plt.subplot(gs[0, :])
126 axes = plt.subplot(gs[1, :])
144 axes = plt.subplot(gs[2, :])
159 axes = plt.subplot(gs[3, :])
175 fig = plt.figure(figsize=(16, 4))
178 axes = plt.subplot(gs[0, 0])
180 axes = plt.subplot(gs[0, 1])
182 axes = plt.subplot(gs[0, 2])
253 fig = plt.figure(figsize=(16, 8))
277 axes = plt.subplot(gs[0, 0])
283 plt.scatter(subset.nrg_diff_pct, subset.cap_delta,
289 plt.plot((0, 0), (-1025, 1025), 'y--', axes=axes)
290 plt.plot((-1025, 1025), (0, 0), 'y--', axes=axes)
293 # plt.plot((0, 100), (0, 100*delta_pb), 'b--',
295 # plt.plot((0, -100), (0, -100*delta_pc), 'r--',
300 # plt.plot((0, 500), (0,y*100), 'g:')
302 # plt.plot((0, x*100), (0,500), 'g:')
306 plt.xlim(1.1*axes_min, 1.1*axes_max)
307 plt.ylim(1.1*axes_min, 1.1*axes_max)
314 axes = plt.subplot(gs[0, 1])
322 plt.scatter(subset.nrg_diff_pct, subset.cap_delta,
331 plt.plot((0, 0), (-1025, 1025), 'y--', axes=axes)
332 plt.plot((-1025, 1025), (0, 0), 'y--', axes=axes)
335 # plt.plot((0, 100), (0, 100*delta_pb), 'b--',
337 # plt.plot((0, -100), (0, -100*delta_pc), 'r--',
342 # plt.plot((0, 500), (0,y*100), 'g:')
344 # plt.plot((0, x*100), (0,500), 'g:')
348 plt.xlim(1.1*axes_min, 1.1*axes_max)
349 plt.ylim(1.1*axes_min, 1.1*axes_max)
355 plt.title('Performance-Energy Space')
374 plt.figure(figsize=(16, 2*6))
375 plt.suptitle("SchedTune Configuration",
379 axes = plt.subplot(gs[0, 0])
388 axes = plt.subplot(gs[1, 0])