traja-team / traja

Python tools for spatial trajectory and time-series data analysis
https://traja.readthedocs.io
MIT License
98 stars 25 forks source link

Fix histogram rotation to keep y as first dimension #101

Closed JustinShenk closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #101 (5968833) into master (f347c8c) will decrease coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
- Coverage   76.28%   76.14%   -0.15%     
==========================================
  Files          26       25       -1     
  Lines        2703     2691      -12     
==========================================
- Hits         2062     2049      -13     
- Misses        641      642       +1     
Flag Coverage Δ
unittests 76.14% <100.00%> (-0.15%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
traja/plotting.py 54.58% <100.00%> (+0.07%) :arrow_up:
traja/dataset/dataset.py 98.42% <0.00%> (-1.58%) :arrow_down:
traja/__init__.py

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 f347c8c...5968833. Read the comment docs.

JustinShenk commented 1 year ago

Closes #100