Issue with Matplotlib Plot Display After Upgrading to Python 3.13.0

Hello, I recently upgraded my Python installation from version 3.12.5 to 3.13.0. After uninstalling the previous version and installing the new one, I encountered an issue while using the matplotlib library for plotting. In the past, I was able to display plots in a separate window without any issues. However, now it seems that I can only view the plots if I enable the “Show plots in tool window” option in the PyCharm settings under the “Python Setting” section. Every time I run my plotting code, it does not display the plot in a new window unless I enable this setting, which is quite inconvenient. This seems to be a change in behavior with the new Python version, and I’m uncertain if it’s related to matplotlib, PyCharm, or the new Python installation itself. Has anyone else experienced this issue? Is there a fix or a way to revert back to the previous behavior where plots would display in a separate window by default? Thank you for your help! Best regards,