-
Hi, is there a way to label figures outside the coding chunks that are produced? either by R or Python? i am using a i have:
|
Beta Was this translation helpful? Give feedback.
Answered by
msh855
Apr 18, 2023
Replies: 1 comment 12 replies
-
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
solved my issue. It turned out, one needs the
plt.show()
at the end of the code with the figure.