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

Scaling of 3d plots with icml2022 format #143

Open
fab-ros opened this issue Feb 3, 2024 · 1 comment
Open

Scaling of 3d plots with icml2022 format #143

fab-ros opened this issue Feb 3, 2024 · 1 comment

Comments

@fab-ros
Copy link

fab-ros commented Feb 3, 2024

Currently, 3d plots are not scaled correctly (e.g. labels get cut off, plot is not using whole available width in text) when using

plt.rcParams.update(bundles.icml2022(column="full", nrows=1, ncols=1, usetex=False))

or

plt.rcParams.update(bundles.icml2022(column="half", nrows=1, ncols=1, usetex=False))

formatting commands. Example code with a dummy 3d data array, the respective plots and a image of the initial problem are added.
3d_tueplots.zip

The example code was derived from: https://github.com/fab-ros/7-Year-Itch/blob/main/doc/fig/fig_dataset_intuition.py

@pnkraemer
Copy link
Owner

Hi! Thanks for raising that issue!

It would be easier to look into this with a minimal reproducing example posted as part of the issue instead of attaching a zip folder (e.g. based on this one). Is that possible? :)

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

No branches or pull requests

2 participants