Create a line graph for any test?

I spent so many hours not finding a line chart generator for my test results, which I just wanted to plug in. I tried quite a bit like the Google Chart API, but still seemed confusing or not elegant, I don't know.

Examples of reference images I would like to do something like this: enter image description here

What specific applications / web services do you recommend to create something even close to this? I want something "neat."

0
source share
2 answers

You can use python mathplotlib , which generates beautiful graphics, such as: example graph

(Source)

+1

gnuplot. lib, . script, . gnuplot script . - qwt. , Qt. Qt , . , gnuplot

0

Source: https://habr.com/ru/post/1766603/


All Articles