def calc_grouping_resolution(begin, end):
"""How many data points should be between the timestamps begin and end?"""
# copied from munin/master/_bin/munin-cgi-graph.in
def calc_grouping_resolution(begin, end):
"""How many data points should be between the timestamps begin and end?"""
# copied from munin/master/_bin/munin-cgi-graph.in