paulvangentcom / heartrate_analysis_python

Python Heart Rate Analysis Package, for both PPG and ECG signals
MIT License
935 stars 322 forks source link

Add figsize argument to plotter(), plot_poincare() and plot_breathing() #47

Closed igrowing closed 3 years ago

igrowing commented 4 years ago

Line separators might not fit the whole project thus... Thanks for your project!

AndrewDDavis commented 3 years ago

I think the diff looks like that because of the line-endings issue, so every line is 'different'. If you hit the gear icon above the diff and tick 'ignore whitespace changes', it becomes much more clear what was actually changed. Not sure if the line endings issue would need to be addressed before a merge though... Also watch out for the regression to alpha = '0.75' from an earlier version

paulvangentcom commented 3 years ago

That is nice Andrew, thanks! I didn't know about that option.