Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 682 Bytes

File metadata and controls

21 lines (13 loc) · 682 Bytes

Custom Matplotlib Toolbar

A custom Matplotlib toolbar for Tkinter, allowing users to change icons.

Features

🖼️ Custom Icons: Replace default Matplotlib icons with your own PNG images.

Installation

Clone the repository and use the toolbar in your Matplotlib + Tkinter applications:

git clone https://github.com/Gotiplex/Custom_Matplotlib_NavigationToolbar_Icons

Usage

Simply integrate the CustomToolBar class into your Tkinter-based Matplotlib application:

from CustomToolBarLib.toolbarClass import CustomToolBar

toolbar = CustomToolBar(canvas, window)

License

This project is licensed under the MIT License – feel free to use and modify it as you like!