tags:

views:

56

answers:

0

Is it possible to plot a graph in conky? Give a function a set of values 0-100 and conky plots a graph similar to execgraph?

What I want is to visualize how a variable changed in last week. For example, I'd like to make a graph of gold prices in last 14 days. One way I could do that is use "execigraph 86400 python fetch_price_of_gold.py" and keep my box up 24/7 and eventually I'd get a nice graph. But, unfortunately my box isn't up 24/7. Not to mention I'd have to wait 14 days after every reboot ;-)

So, any other ideas? :-)