bar plots

This commit is contained in:
Si11ium
2019-03-15 18:59:50 +01:00
parent 809f178e2f
commit 869833da3b
39 changed files with 275 additions and 120 deletions

View File

@ -44,8 +44,9 @@ def plot_bars(names_bars_tuple, filename='histogram_plot'):
)
data.append(bar)
layout = dict(title='{} Histogram Plot'.format('Experiment Name Penis'),
barmode='stack'
layout = dict(title='{} Histogram Plot'.format('Learn Severity'),
xaxis=dict(title="Learn Severity", tilefont=dict(size=25)),
# barmode='stack'
# height=400, width=400,
# margin=dict(l=20, r=20, t=20, b=20)
)
@ -88,5 +89,5 @@ if __name__ == '__main__':
in_file = args.in_file[0]
out_file = args.out_file
search_and_apply(in_file, plot_bars, files_to_look_for=['all_counters.dill'])
search_and_apply(in_file, plot_bars, files_to_look_for=['all_data.dill'])
# , 'all_names.dill', 'all_notable_nets.dill'])