diff --git a/.nojekyll b/.nojekyll index ce2385c..a64e910 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -cee6c8d4 \ No newline at end of file +8f52c2e7 \ No newline at end of file diff --git a/examples.html b/examples.html index 8057bc4..dac4486 100644 --- a/examples.html +++ b/examples.html @@ -213,7 +213,7 @@

Example Gallery

Simply import the maidr package and use the maidr.show() function to display your plots. maidr will automatically generate accessible versions of your plots in your default browser. You can then interact with the accessible versions using keyboard shortcuts (refer to Table 1).

Bar Plot

-
+
import matplotlib.pyplot as plt
 import seaborn as sns
 
@@ -240,7 +240,7 @@ 

Bar Plot

# Use maidr.show() to display your plot maidr.show(bar_plot)
-