bar plots
This commit is contained in:
@ -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'])
|
||||
|
Reference in New Issue
Block a user