-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Labels
a11yAccessibility - so that more people can enjoyAccessibility - so that more people can enjoybugSomething isn't workingSomething isn't workingfirst-timers-onlyFor absolute beginnersFor absolute beginners
Milestone
Description
Description of the problem
The orange and green colours at the "Scatter plots with a legend" gallery example can be hard to distinguish for people with red/green colour vision deficiencies. We should choose different colours instead if possible.
| v0.3.0 original colour | Deuteranopia (no green) simulation |
|---|---|
![]() |
![]() |
The line that needs to change is this:
pygmt/examples/gallery/plot/scatter.py
Line 24 in 65b099a
| for color in ["blue", "orange", "green"]: |
References:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a11yAccessibility - so that more people can enjoyAccessibility - so that more people can enjoybugSomething isn't workingSomething isn't workingfirst-timers-onlyFor absolute beginnersFor absolute beginners

