Fix top and bottom clipping in raw.plot()#13787
Fix top and bottom clipping in raw.plot()#13787cbrnr wants to merge 3 commits intomne-tools:mainfrom
Conversation
|
Could be related to Wayland vs. X11. What do you use? But as you said, I also think that it looks better with the new layout. |
|
Tested on both XWayland ( |
|
I can reproduce the issue on two different machines. Whatever the difference is, you agree that the new layout is better, right? |
|
I wonder what causes the difference on your machine (just tested on another linux machine... works fine). But yes, I'm not against this change, because on my machines the new version also works great and it if fixes things for your machine then perhaps there are other machines out there with the same issue. |
|
sorry about the previous comment. That was not meant for this thread at all, nothing is broken for me 😄 |
27f42ef to
07ef170
Compare






Previously, annotation labels positioned above the plot, as well as the x-axis label below it, were clipped and therefore unreadable using the
matplotlibbackend.This PR addresses the issue by repositioning annotation labels within the plot area and increasing the bottom spacing to ensure the x-axis label is fully visible.
Before:

After:

Note that I've observed these issues on Linux, so I think it would be good to verify that the changes still render correctly also on macOS and Windows.