From 0b3b028d0eaf4aa906f1a1731a78bf4d63bf7fee Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Thu, 1 Feb 2024 21:27:18 -0600 Subject: [PATCH] docs: update README to include the recently added plot types --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027ec571..0384fc7b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ maidr is a system for non-visual access and control of statistical plots. It aim To use maidr, follow these steps: -1. **Import your plot or plot**: maidr is designed to work seamlessly with ggplot in R, with a focus on highlighting SVG elements. The supported plot types include barplot, boxplot, heatmap, and scatterplot. +1. **Import your plot or plot**: maidr is designed to work seamlessly with ggplot in R, with a focus on highlighting SVG elements. The supported plot types include barplot, boxplot, heatmap, scatterplot, lineplot, histogram, segmented barplots (e.g., stacked barplot, side-by-side dodged plot, and normalized stacked barplot). 2. **Create an HTML file**: Include the main script file `maidr.js` or `maidr.min.js` as well as the stylesheet `styles.css` or `styles.min.css`. Add the SVG of your plot to the main html body, and add an ID attribute of your choice to the SVG. Note that this can be automated with R. Your HTML file should now have the following structure: