Skip to content

riyadparvez/csv-to-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-to-chart

Orginally I've developed this for my undergrad thesis work. If you have lots of CSV data and you want to visualize data, this is ideal for you.

For example invoke the tools with following arguments "..\Data\Ackley\file name 1.csv" "..\Data\Ackley\file name 2.csv" "..\Data\Ackley\file name 3.csv". The chart file will be generated in the same directory format except Data will be replace by Charts. So you will get generated image file in "..\Charts\Ackley\file name 1.csv.png" "..\Charts\Ackley\file name 2.csv.png" "..\Charts\Ackley\file name 3.csv.png"

For this CSV file, generated chart is like this.

I just needed a line chart. Obviously you can easily modify this to generate other type of charts.

About

Convert CSV data into chart image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages