misken / hillmaker

Occupancy analysis by time of day and day of week, with Python
MIT License
6 stars 4 forks source link

Plotting Feature #38

Closed jwnorm closed 2 years ago

jwnorm commented 2 years ago

Plotting Feature

Added a new file plotting.py, which contains the function export_hill_plot. This is integrated in the main function of hillmaker, make_hills. This function is based on a code sample from @misken with some notable extensions:

There are a few open items I would like to have resolved at some point:

misken commented 2 years ago

After I play around with the plotting functions, I'll do the changes to add the relevant args to the CLI.