research-engine icon indicating copy to clipboard operation
research-engine copied to clipboard

Plots for datasets

Open andresgsaravia opened this issue 10 years ago • 0 comments

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.

andresgsaravia avatar May 21 '14 01:05 andresgsaravia