Conversation
- Give kwargs for legend frame and background colors instead of hard-coded values. - Reduce spacing for more compact legend - Give separate kwarg `labelTextColor`. - New method to clear all legend items. - New methods to get and change `offset` relative to the legend's parent. - Horizontal instead of tilted lines for legend pictures.
|
Closing and Opening to Trigger Another CI run |
|
CI seemed to have a hickup, trying to re-run but it's being temperamental.... will revisit later |
|
Since I cannot seem to re-queue up the job via the the azure interface, I'm going to close/open the PR again. |
|
CI looks good, merging. Thanks for the PR @samschott sorry it took us so long to get to this. |
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #958 +/- ##
===========================================
- Coverage 31.74% 31.74% -0.01%
===========================================
Files 209 209
Lines 28366 28399 +33
Branches 4593 4595 +2
===========================================
+ Hits 9005 9014 +9
- Misses 18486 18510 +24
Partials 875 875
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Improvements to the legend appearance:
penandbrush, respectively) instead of hard-coded values. Default to no legend background or frame. This is especially useful for a white background.horSpacingandverSpacing(taken from PR Small Improvements for LegendItem #64).labelTextColorfor legend text color.self.clearto clear all legend items.offsetrelative to the legend's parent.An example of how the modified legend will look like from keithleygui: