Optimize speed of static plots

Issue #491 resolved
Gregory Smith created an issue

The implementation of the dan burpee HR and power zone charts was based upon the matplotlib bar chart. This becomes very slow when there is a lot of data. A more efficient chart type is a filled line chart, implemented with “fill_between”.

I implemented a version of this for the Humon scripts I’ve written.

Comments (5)

  1. Gregory Smith reporter

    Looks good. I think the boundary criteria is slightly different from before. Maybe the boundary went from < to <= for each boundary?

  2. Log in to comment