|
|
@@ -132,9 +132,11 @@ ax.tick_params(axis='x',
|
|
|
labelrotation=90)
|
|
|
|
|
|
if args.plotroot:
|
|
|
- fig.savefig(args.plotroot + '-send_times.png')
|
|
|
+ fig.savefig(args.plotroot + '-send_times.png',
|
|
|
+ bbox_inches='tight')
|
|
|
else:
|
|
|
- fig.savefig('send_times.png')
|
|
|
+ fig.savefig('send_times.png',
|
|
|
+ bbox_inches='tight')
|
|
|
|
|
|
|
|
|
# Email destination domains as a function of month
|