andresgsaravia / research-engine

A platform in Google App Engine to facilitate reasearchers' life.
https://research-engine.appspot.com/
16 stars 12 forks source link

Plots for datasets #184

Open andresgsaravia opened 10 years ago

andresgsaravia commented 10 years ago

I want to be able to generate plots for files in the datasets. By now the best bet I have is using d3.js with csv files. What I have in mind is, first using python's csv module to convert the file into a format amenable to d3.js and then make the plot. Since I don't know in advance the column names I will have to figure them out inside the plotting script.