acep-uaf / aetr-web-book-2024

Alaska Electricity Trends Report as a web book
https://acep-uaf.github.io/aetr-web-book-2024/
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Add figure cross references #41

Closed eldobbins closed 2 months ago

eldobbins commented 2 months ago

Figure cross references are described at https://quarto.org/docs/authoring/cross-references.html. This method was followed within method.qmd and it worked great

For Observable figures specifically see https://quarto.org/docs/interactive/ojs/ojs-cells.html#cell-figures. This method was attempted for capacity,qmd. For figures 2 and 3, it worked great. But for figure 1, it thinks there is a subplot with the first one (a) being empty and the second one (b) containing the plot. Don't know what is going on there.

eldobbins commented 2 months ago

Subplot issue was because of extra code before the Plot section. Move that code into a separate {ojs} block and the subplots go away.