-
Notifications
You must be signed in to change notification settings - Fork 761
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
Axis label get cut off when exporting the plot as an image #718
Comments
It seems the problem here is rather that the tight bounding box setting introduced in #703 doesn't work well out of the box with 3D axis. The constrained layout from #700 doesn't cause the clipping (did a quick test removing the only tight bbox, and then it wasn't clipped). Since I'd like to keep the tight bbox to avoid blank space (see #701), it would be good to find some way to work around this. Options that would work:
So there seems to be no really perfect solution, at least to my knowledge right now. But I would tend to go for the zoom option (configurable), as it's the least bad of the three 😄 |
Released in v1.30.6 |
Michael! Thank you very much for taking a look at my problem and helping me here! As you suggested I went for the zoom solution, with a little bit of tweeking it worked just thine! |
Description
Just a little bug but when exporting a 3D plot of the trajectory, the axis labeling gets cut off. Could this bug be a consequence of update #700? I hope I didn’t just overlook a setting or another stupidly simple solution.
Danke dir im Voraus!
Command:
evo_traj bag -p reference_traj_2025-01-29-19-31-01.bag /reference_traj
See z-axis label on the right side of this exported image.
evo_config show --brief --no_color
:The text was updated successfully, but these errors were encountered: