Skip to content

Commit 5c1b466

Browse files
committed
Merge branch 'main' into ek/empty-repo
2 parents 952fe90 + 9e103b7 commit 5c1b466

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/demo.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
"\n",
489489
"```python\n",
490490
"#| label: fig-some-figure\n",
491-
"#| tbl-cap: \"This is some figure.\"\n",
491+
"#| fig-cap: \"This is some figure.\"\n",
492492
"```\n",
493493
":::\n",
494494
"\n",
@@ -571,6 +571,11 @@
571571
"# | - \"This is the second.\"\n",
572572
"# | - \"The third.\"\n",
573573
"# | - \"And finally, here's the fourth.\"\n",
574+
"# | fig-alt:\n",
575+
"# | - \"Add brief alt text: [Chart type] of [type of data] where [reason for including].\"\n",
576+
"# | - \"Second scatter plot of 10 random points showing uniform distribution with no correlation.\"\n",
577+
"# | - \"Third scatter plot of 10 random points showing uniform distribution with no correlation.\"\n",
578+
"# | - \"Fourth scatter plot of 10 random points showing uniform distribution with no correlation.\"\n",
574579
"import matplotlib.pyplot as plt\n",
575580
"import numpy as np\n",
576581
"\n",

0 commit comments

Comments
 (0)