'View array as plot in Debug mode PyCharm

I have PyCharm Comunity 2019 and I am using it to develop Python scripts mostly for Machine Learning.

While working with 1D/2D arrays I liked the feature View as Array which helped me a lot while debugging.

I am wondering if a feature such as "View as Plot" exists without needing to have matplotlib code written in my script, it will help me so much to see time series data for example.

This is how View as Array looks like in Debug Mode



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source