Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Canvas option for visually impaired #2749

Closed
ajdapretnar opened this issue Nov 6, 2017 · 5 comments
Closed

[ENH] Canvas option for visually impaired #2749

ajdapretnar opened this issue Nov 6, 2017 · 5 comments
Assignees

Comments

@ajdapretnar
Copy link
Contributor

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
Copy link
Contributor

janezd commented Dec 27, 2019

@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
Copy link
Member

irgolic commented Dec 27, 2019

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
Copy link
Contributor Author

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
Copy link
Contributor

janezd commented Dec 28, 2019

  • High contrast and larger fonts: these are controlled by OS and they work; nothing to do here.

  • Palettes should be handled as part of Gradient Color Picker #1924.

  • Patterns are not doable with pyqtgraph and not applicable to other visualizations (e.g. heatmaps). In projections, it is always possible to use different symbols.

  • Dark mode: I don't see it. Mac has an accessibility option to invert colors, which works. I suppose similar options exist in other systems, too.

    Qt seems to support dark mode, but Orange doesn't switch. I don't know how much work this would involve. @ales-erjavec?

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
Copy link
Contributor

janezd commented Jan 10, 2020

Continued in #1924 and biolab/orange-canvas-core#67.

@janezd janezd closed this as completed Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants