-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow passing collection of tuples to series_annotations #3743
Conversation
610b251
to
78d1bb3
Compare
Codecov Report
@@ Coverage Diff @@
## master #3743 +/- ##
==========================================
+ Coverage 62.97% 63.03% +0.06%
==========================================
Files 28 28
Lines 7063 7045 -18
==========================================
- Hits 4448 4441 -7
+ Misses 2615 2604 -11
Continue to review full report at Codecov.
|
Given that this is series-annotations, would it be make sense to allow passing of a tuple of equal-length vectors, e.g. plot([1, 2], [3, 4], series_annotations=(["A", "B"], [:red, :blue])) |
I find this less readable than using |
That PR was unreadable sorry, I've split it into two commits, the first one relative to the fix of the issue, and the second relative to code cleanup. @BeastyBlacksmith, I've removed the deprecated |
Yes sure. But most of the time you'll be plotting data from tables, and they will have that format, e.g. |
Ha, I think I misunderstood your first comment. |
Fix #3629. And some code cleanup.
Example
Output