-
Notifications
You must be signed in to change notification settings - Fork 6
Description
In the notebooks listed in #184, add captions and alt text to all figures. I don't think the notebooks use any static images, but if they do we should add captions and alt text to those as well.
Captions: We could add a markdown cell with the caption right below the cell generating the figure. I don't know of another way to do this.
Alt text: This is the html alt attribute that screen readers can use. The text doesn’t display visually unless the image itself can’t be displayed for some reason. From @bsipocz:
IMO we should rely on mpl’s alt-text generation as we cannot really guarantee that what’s generated is in fact aligns with what we mean to generate. Now, this is easier said than done, I’m not sure how good these alt-text generators are.
Sounds like we need to investigate a little more.