mitchellggreenhalgh / mid-distance-webscrapers

A pair of modules to scrape running data from TFRRS and MileSplit
MIT License
0 stars 0 forks source link

Make figsize generalizable #7

Open mitchellggreenhalgh opened 6 months ago

mitchellggreenhalgh commented 6 months ago
        plt.figure(figsize=(11,5))  # TODO: Make figsize generalizable

https://github.com/mitchellggreenhalgh/mid-distance-webscrapers/blob/9623e8138cb754d481be236560a0f350ab521f74/model.py#L255