Closed Bartdoekemeijer closed 2 years ago
Merging #8 (c196523) into main (0710eed) will decrease coverage by
0.72%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #8 +/- ##
==========================================
- Coverage 39.46% 38.74% -0.73%
==========================================
Files 33 34 +1
Lines 3370 3433 +63
==========================================
Hits 1330 1330
- Misses 2040 2103 +63
Impacted Files | Coverage Δ | |
---|---|---|
flasc/visualization.py | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0710eed...c196523. Read the comment docs.
Add a feature that allows users to easily plot timeseries data that wraps around 0/360 deg (or 0/2 pi) without the erroneous vertical lines crossing the plot. Here is an example with a sinusoidal signal, wrapping around 0 and 360 deg:
By accounting for wrapping, we can prevent sharp vertical lines that incorrectly connect data points that wrap around 360 deg.