Open howardwu1 opened 2 months ago
Note that I can work around it, but I want to demo it, and the formatting bug is very obvious
I've encountered a similar issue where the figure extends beyond the gr.Plot
frame. In my experience, using plt.tight_layout()
has proven beneficial for adjusting plot elements to ensure they fit within the given area. Although this solution is specific to Matplotlib
Describe the bug
When I try to add margins via something like
nothing ever happens. The graph does seem to respond well to auto margins but that's about it.
Have you searched existing issues? ๐
Reproduction
Screenshot
No response
Logs
No response
System Info
Severity
I can work around it