File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 488
488
" \n " ,
489
489
" ```python\n " ,
490
490
" #| label: fig-some-figure\n " ,
491
- " #| tbl -cap: \" This is some figure.\"\n " ,
491
+ " #| fig -cap: \" This is some figure.\"\n " ,
492
492
" ```\n " ,
493
493
" :::\n " ,
494
494
" \n " ,
571
571
" # | - \" This is the second.\"\n " ,
572
572
" # | - \" The third.\"\n " ,
573
573
" # | - \" 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 " ,
574
579
" import matplotlib.pyplot as plt\n " ,
575
580
" import numpy as np\n " ,
576
581
" \n " ,
You can’t perform that action at this time.
0 commit comments