-
Notifications
You must be signed in to change notification settings - Fork 12
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
making kafe2 usable for tactile output #170
Comments
The given changes probably don't affect the output, as its processed latex, which probably is not using the given braille font. What do you mean by raw Latex exactly?
Btw. you can create your own matplotlibrc and kafe config – which kafe2 will use without the need to set everything every time – by placing a file named |
Edit: I don't know why i thought of disabling the error band, but I can imagine, that it's helpful to have the plots with and without the error band for better tactile comparison or similar. So if you need to disable/enable it, here's how: The error band can be disabled and enabled with
See https://kafe2.readthedocs.io/en/latest/parts/user_guide.html#plot-style To permanently hide the error band, change line 209 to True in the |
I've just found these settings inside the Maybe changing the font types here to Braille (and uncomment the lines), fixes the problem? I do not have a braille font installed at the moment and can not test it. |
In our current beginners course for data analysis we have blind students. We are currently working on making the material accessible for them and still learning on how to approach this.
The students do have braille lines of their own and access to a tactile display and printer. But we have yet two figure out how the acompaning software works.
As of now we have figured out that raw LaTeX works well with braille lines. We also created a matplotlib stylesheet to toggle between tactile output and visual.
We also tried to apply it on kafe2, but it does no fully work. I assume the not working parts are those using LaTeX, but i am not proficient enough
My suggestion to give it basic usability, would be the add a plot mode, which drops the error band and turns the output currently in the right box into terminal output with raw LaTeX.
The current stylesheet we created:
Running kafe2 with the stylesheet:
The text was updated successfully, but these errors were encountered: