http://qs321.pair.com?node_id=1224153

tobbes has asked for the wisdom of the Perl Monks concerning the following question:

I am not able to find anything to suite my needs. The program needs to recieve data in realtime and plot them on a graph. Idealy the graph should also be interactive, you should be able to click on it and set listeners. I have found a very good module in python here https://matplotlib.org/ but unfortunately the script I am going to extend is written in perl. I have also tried to install Inline::Python without success as I am running windows 10. Does anyone know of a perl library resembling matplotlib?