-
-
Notifications
You must be signed in to change notification settings - Fork 44
In latest version, figure size is too big even if I use "dpi=800, fontsize=3.8" #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you provide a minimal reproduce example? |
Chrome : 120.0.6099.217 The followings are cells written in the testing jupyter notebook and I converted the notebook to a latex pdf by using jupyter-book. I attached the resulted pdf file. As you can see, the figures in the pdf are all too big or have bad quality. cell1 : code cell
cell2 : code cell
cell3 : code cell
cell4 : md cell cell5 : code cell
cell6 : md cell cell7 : code cell
cell8 : md cell cell9 : code cell
cell10: md cell |
High dpi and very small fontsize is used in early version which adopt a bug in Chrome version 111. And I have tried your code with version I think you should export image with dpi 300 and resize it as documented in https://jupyterbook.org/en/stable/content/figures.html |
Based on PaleNeutron comment, I solved my problem. ```{image} figure/filename.png
:scale: 19%
:name: filename
``` |
Uh oh!
There was an error while loading. Please reload this page.
Hello.
I recently reinstalled dataframe-image.
However, unlike before, even if "dpi=800, fontsize=3.8" code is used, the image size cannot be reduced while maintaining good image quality.
How can I do this?
The text was updated successfully, but these errors were encountered: