Replies: 1 comment 5 replies
-
Did you try using the Python library tools? |
Beta Was this translation helpful? Give feedback.
5 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
Hello
I am trying to resize Python-generated figures in a Quarto document when rendering to HTML format, but the figure appears too wide, and I have been unsuccessful in finding a solution.
Here is a example:
The plot remains too wide, and none of the attempted adjustments (e.g.,
fig-asp
,out-width
,fig-width
) seem to help. I would like to downscale the figure so it fits better in the HTML document.Beta Was this translation helpful? Give feedback.
All reactions