Plot generation improved
This commit is contained in:
@@ -236,8 +236,7 @@ def latency_histogram(connection, tracePath, steps):
|
||||
import matplotlib.pyplot as plt
|
||||
from matplotlib.backends.backend_pdf import PdfPages
|
||||
|
||||
numberOfBins='auto'
|
||||
plt.hist(dataArray, bins=numberOfBins, histtype='barstacked', facecolor='green')
|
||||
plt.hist(dataArray, histtype='bar', facecolor='green')
|
||||
plt.grid(True)
|
||||
plt.xlabel("Access Time [ns]")
|
||||
plt.ylabel("Number of Accesses (Frequency)")
|
||||
|
||||
Reference in New Issue
Block a user