Gnuplot python with 2 list
Posted
by
devil night
on Stack Overflow
See other posts from Stack Overflow
or by devil night
Published on 2012-04-07T11:26:50Z
Indexed on
2012/04/07
11:29 UTC
Read the original article
Hit count: 302
I've a python script that gives me 2 lists and another who is the reference(the time). How can I create a graphic with the representation of my first list by the time. And same question for the second list. I need them on the same graphic.
list1 [12, 15, 17, 19]
list2 [34, 78, 54, 67]
list3 [10, 20, 30, 40] (time in minutes)
How can I create a graphic in png format with these lists?
Thanks
© Stack Overflow or respective owner