biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

[ENH] Canvas option for visually impaired #2749

Closed ajdapretnar closed 4 years ago

ajdapretnar commented 6 years ago
Orange version

3.8.dev

Expected behavior

The user can set the canvas to colors for visually impaired.

Actual behavior

The user is limited to white canvas.

Additional info (worksheets, data, screenshots, ...)

Request from LBS. Would be nice to switch to a view for visually impaired.

janezd commented 4 years ago

@ajdapretnar, what does this issue involve? It sounds like it's about changing the canvas background, but it's probably (more) about palettes? Will this thus be resolved within #1924 by adding some appropriate palettes?

I guess Orange already uses colors just for aesthetics and doesn't actually encode any information (except, say error vs. info, but they also use different icons).

irgolic commented 4 years ago

A great accessibility option, which might also be useful for exporting visualizations, is larger font sizes.

Colors-wise, we could design a couple different palettes for different types of color blindness.

Screenshot 2019-12-27 at 23 17 53

https://www.color-blindness.com/types-of-color-blindness/

The most common variants of color blindness are forms of protanopia (missing/malfunctioning red cone) and deuteranopia (missing/malfunctioning green cone).

1200px-Cone-fundamentals-with-srgb-spectrum svg

As the two cones preceive similar wavelengths of light, one color palette can catch both.

color-blind-friendly-palette-12 https://venngage.com/blog/color-blind-friendly-palette/

To assist people with two or three missing/malfunctioning cones, you turn to monochromatic color schemes (single hue color schemes). Does Orange use opacity in visualizations? If so, this isn't viable.

Alternatively, something like this?

Screenshot 2019-12-27 at 23 06 51

https://webdesign.tutsplus.com/articles/accessibility-basics-designing-for-visual-impairment--cms-27634

ajdapretnar commented 4 years ago

Yes, this request does not mean only options for color blind, but also for people who generally don't see well. OS systems offer high contrast options and larger fonts. At the workshop we had a person who wanted dark mode, because white was too bright for him, and I think now there's already an option for that. I think...

janezd commented 4 years ago

Unless there are other ideas particularly related to Orange, I would open an issue in the canvas repository to support dark mode (or to add any specific accessibility features in the canvas), and close this issue here.

janezd commented 4 years ago

Continued in #1924 and https://github.com/biolab/orange-canvas-core/issues/67.