kevinrue / lolgenie

Client for the RIOT Games API
1 stars 1 forks source link

Try some plot technologies #28

Open cyrlop opened 3 years ago

cyrlop commented 3 years ago

How do we plot data? (plot generation, storage, ...)

@kevinrue

Plot with Python (ok for "image" plots)

Here we get the data in python and plot with Python

Plot with Javascript (better for "interactive" plots)

Here we compute data in python and get a JSON in the template that we plot in JS