|
|
@ -114,7 +114,8 @@ def plot(prefix, header, row): |
|
|
|
#bins = np.linspace(0, 60, 13) |
|
|
|
#g.map(plt.hist, "total_bill", color="steelblue", bins=bins) |
|
|
|
|
|
|
|
ax = metrics.hist(sharex=True, grid = True, sharey=True, figsize=fsizeHist, bins=10) |
|
|
|
#ax = metrics.hist(sharex=True, grid = True, sharey=True, figsize=fsizeHist, bins=10) |
|
|
|
ax = metrics.hist(grid = True, sharey=True, figsize=fsizeHist, bins=10) |
|
|
|
pyplot.savefig(prefix + "hist" + jobid + fileformat, bbox_inches='tight', dpi=150) |
|
|
|
|
|
|
|
|
|
|
|