Skip to content
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

Please loosen the restrictions on theme(figure_size=( , )) #783

Open
jnhyeon opened this issue May 10, 2024 · 2 comments
Open

Please loosen the restrictions on theme(figure_size=( , )) #783

jnhyeon opened this issue May 10, 2024 · 2 comments

Comments

@jnhyeon
Copy link

jnhyeon commented May 10, 2024

Thank you for creating a good package.

I set the height of figure_size to 30, so the chart needs to be viewed vertically.
However, the height of figure_size is currently limited to 25.
Please loosen the restrictions on theme(figure_size=( , )).

Thank you

@has2k1
Copy link
Owner

has2k1 commented May 10, 2024

If you are setting height of 25 inches, and assuming the default dpi=100 that gives height=2500px. The retina version has height=5000px. So any height above 25 inches is probably not for an inline image. Is this a wrong assumption?

If it isn't and you intend to save a large image, you can override the restriction with p.save("plot.png", limitsize=False). Does this work for you?

@jnhyeon
Copy link
Author

jnhyeon commented May 10, 2024

Thank you for your quick reply.

I am performing data analysis using a notebook in VSCode.
As shown in the attached image, there are many items, so a long vertical bar chart must be drawn.
Since it is not saved as an image, the p.save() function cannot be used.
I would like to display a bar chart on the output screen of the notebook.
Is there any way?

Thank you

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants