Closed bbengfort closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
develop@4973ce4
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #1172 +/- ##
==========================================
Coverage ? 90.46%
==========================================
Files ? 90
Lines ? 5065
Branches ? 0
==========================================
Hits ? 4582
Misses ? 483
Partials ? 0
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 4973ce4...9652160. Read the comment docs.
@lwgray no idea how I got the tests to pass ... but they did; so going to merge before I blink and they fail again!
Sets the colors in KElbow to cycle colors (C0, C1) to use the default palette rather than hardcoding color codes. Also adds properties so that users can set the metric, timing, and vline colors manually (but not passed in as parameters to init)
This PR fixes #1159
I have made the following changes:
TIMING_COLOR
,METRIC_COLOR
, both set to cyclic palette colors"C1"
and"C0"
colors
dictionary on the visualizer and properties to set and access the colors for timing, metric, and vlineSample Code and Plot
To use the dark background palette in matplotlib:
To set colors manually:
TODOs and questions
No TODOs, all set here!
CHECKLIST
pytest
?make html
?