Turn off figure captions within Python code block? #2029
-
Hi all, I'm using some Python code blocks to generate some figures. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
lukefullard
Aug 21, 2022
Replies: 1 comment
-
Sorry, I should have played around with my code a bit more. deleting these lines:
removed the captions :--) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lukefullard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I should have played around with my code a bit more. deleting these lines:
#| label: fig-polarf #| fig-cap: "A line plot on a polar axis"
removed the captions :--)