make_bin_plots module

Created on Mon Aug 12 08:51:26 2019

@author: Alice

make_bin_plots.make_area_plots(indices, dict_of_attribute_dicts, filename)

Make filled area plots of the lists in attribute_dicts, divided by person.

Parameters
  • indices (list) – list of timestamps

  • dict_of_attribute_dicts (dict) – {key = name of person, value = attribute_dict}

  • filename (str) – filename of html file

Returns

None. Opens the plot automagically.