I would like to generate a pretty graph to show it at meetings; since most of the time, we have people that are not necessarily able to get the picture just looking at numbers.
I did create a simple website where to post these results, and I am saving the output from my tool, as CSV. Posting it on a web page is easy, since the output is read directly from the web server, and it display it as text.
But I would like to make a graph, and so far I did find solutions that require to create a web app; which is not necessarily something that I would like to pursue at this time (not much time available).
Is there an easy way to generate graphs from CSV files, and post it in a way that a simple apache server can read it and display it? I was thinking to use excel, since there are tools for Python that allow worksheet to be read, so I assume there is a way to do the opposite (create worksheet from data and make a graph). In the worst case, I was planning to make PNG of the graphs and post them as images; although it does not feel like something that is sustainable.