I just installed Intel Python Distribution with Anaconda. I was trying the plot some data but it plots on Web Browser and gives "Press Ctrl+C to stop WebAgg server" output also. I tried to change the backend using "plt.switch_backend('TkAgg')" and it worked and plotted in standard GUI Tkinter as I wanted. However I want to change the default configs of matplotlib not to put "plt.switch_backend('TkAgg')" everytime I plot something. Do you know how to do it?
Thanks in advance.