Sandbox
xPlotLy
Plotly is an online analytics and data visualization tool, headquartered in Montreal, Quebec. Plotly provides online graphing, analytics, and stats tools for individuals and collaboration, as well as scientific graphing libraries for Python, R, MATLAB, Perl, Julia, Arduino, and REST. Wikipedia. Wikipedia
$ python core/xplotly.py
from core.xplotly import xPlotLy
xPlotly = xPlotLy("Core PlotLy Random")
counter = 0
while True:
xPlotly.graph(counter, random.random())
counter += 1
time.sleep(0.5)