A custom Matplotlib toolbar for Tkinter, allowing users to change icons.
🖼️ Custom Icons: Replace default Matplotlib icons with your own PNG images.
Clone the repository and use the toolbar in your Matplotlib + Tkinter applications:
git clone https://github.com/Gotiplex/Custom_Matplotlib_NavigationToolbar_Icons
Simply integrate the CustomToolBar class into your Tkinter-based Matplotlib application:
from CustomToolBarLib.toolbarClass import CustomToolBar
toolbar = CustomToolBar(canvas, window)
This project is licensed under the MIT License – feel free to use and modify it as you like!