How does DPI scaling work in Tkinter and embedded Matplotlib figures?
I have a GUI app in built in custom tkinter, that uses a FigureCanvasTkAgg instance to embed a matplotlib figure. I also use a NavigationToolbar2Tk instance..well for navigation.
How does DPI scaling work in tkinter and embeded matplotlib figure?
I have a GUI app in built in custom tkinter, that uses a FigureCanvasTkAgg instance to embed a matplotlib figure. I also use a NavigationToolbar2Tk instance..well for navigation.