Define subfigure captions from Python #10137
Unanswered
ricklupton
asked this question in
Q&A
Replies: 1 comment
-
You already can, but that means your Python code needs to emit markdown with the figure syntax, see https://quarto.org/docs/authoring/figures.html. Quarto is unlikely to provide another way to do things especially because it would need to work as well for the other engines. For short:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Multiple figures from code cells can be shown as subfigures (as described in https://quarto.org/docs/get-started/computations/text-editor.html#multiple-figures), but it is not currently possible to define the subfigure captions from the code, only statically in the cell options metadata.
It would be very useful to be able to somehow output metadata for figure layout from the Python code.
Beta Was this translation helpful? Give feedback.
All reactions