Skip to content

Suppress alt text warnings when generating reports #626

@desilinguist

Description

@desilinguist

For accessibility reasons, we should include descriptive alt text for all images generated as part of reports. This can be done in the savefig() function as follows:

plt.savefig('example_plot.png', metadata={'Title': alt_text})

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions