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
Fix matplotlib backend issue in stripplot for Windows CI
- Changed from plt.figure() to plt.subplots() to avoid Tkinter dependency
- This prevents '_tkinter.TclError: Can't find a usable tk.tcl' on Windows CI
- The Agg backend is already set but plt.figure() still tried to use TkAgg
0 commit comments