engri-1101 / gilp

A Python package for visualizing the geometry of linear programs.
https://gilp.henryrobbins.com
Other
46 stars 8 forks source link

Improved color blind support #7

Closed henryrobbins closed 1 year ago

henryrobbins commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Base: 97.52% // Head: 97.53% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (b0693cf) compared to base (403375b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #7 +/- ## ========================================== + Coverage 97.52% 97.53% +0.01% ========================================== Files 12 11 -1 Lines 1535 1543 +8 ========================================== + Hits 1497 1505 +8 Misses 38 38 ``` | [Impacted Files](https://codecov.io/gh/engri-1101/gilp/pull/7?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=engri-1101) | Coverage Δ | | |---|---|---| | [gilp/\_constants.py](https://codecov.io/gh/engri-1101/gilp/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=engri-1101#diff-Z2lscC9fY29uc3RhbnRzLnB5) | `97.91% <100.00%> (+0.18%)` | :arrow_up: | | [gilp/\_graphic.py](https://codecov.io/gh/engri-1101/gilp/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=engri-1101#diff-Z2lscC9fZ3JhcGhpYy5weQ==) | `91.78% <100.00%> (+0.24%)` | :arrow_up: | | [gilp/visualize.py](https://codecov.io/gh/engri-1101/gilp/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=engri-1101#diff-Z2lscC92aXN1YWxpemUucHk=) | `97.93% <100.00%> (ø)` | | | [gilp/\_\_init\_\_.py](https://codecov.io/gh/engri-1101/gilp/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=engri-1101#diff-Z2lscC9fX2luaXRfXy5weQ==) | | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=engri-1101). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=engri-1101)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

henryrobbins commented 1 year ago

BEFORE: Screen Shot 2022-10-15 at 1 02 18 PM AFTER: Screen Shot 2022-10-15 at 12 55 02 PM

henryrobbins commented 1 year ago

This effort was guided using the Coblis Color Blind Simulator. Example images shown below.

BEFORE: Screen Shot 2022-10-15 at 1 04 45 PM

AFTER: Screen Shot 2022-10-15 at 1 05 02 PM