You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to add sensor alignment plots via Raw.plot_sensors() to some subplots of a larger figure. While the sensors are getting plotted, I observe some very annoying side effects that imho qualify as bugs.
Describe the bug
I wanted to add sensor alignment plots via
Raw.plot_sensors()
to some subplots of a larger figure. While the sensors are getting plotted, I observe some very annoying side effects that imho qualify as bugs.Steps to reproduce
Expected results
All subplots should appear in their designated axes.
Actual results
suptitle
while it should be an axes titleAdditional information
The behavior reminds me somewhat of #7595, which has been fixed by @drammock in #7706.
I'm using Matplotlibs Qt backend on macOS.
The text was updated successfully, but these errors were encountered: