Add typing and tests to the plot module#32
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #32 +/- ##
===========================================
+ Coverage 77.12% 92.63% +15.50%
===========================================
Files 28 28
Lines 752 692 -60
===========================================
+ Hits 580 641 +61
+ Misses 172 51 -121
... and 20 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
side note @funkey I played with making is so that the plot is the default ipython repr of the track graph: ... but removed it assuming it might be too much to do for a typical graph. But, it might be nice to make a |
|
going to merge this one. @funkey I don't think you'll object, it doesn't change any functionality, just adds tests and typing |

does what the title says