amjack0 / ReadFromSCV

This repo is developed to read the data from CSV files and plot using matplotlipcpp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔹 Getting started

This repo is developed to read the data from CSV files and plot using matplotlipcpp.

🔹 Build steps

Make sure to provide your address to CSV file. Change the directory to build cd build and Clear the build folder with, rm -rf * Run the CMake and Compile using, cmake .. ; make Run the executable with, ./PlotCsv

About

This repo is developed to read the data from CSV files and plot using matplotlipcpp.


Languages

Language:C++ 66.2%Language:C 12.6%Language:CMake 12.0%Language:Makefile 9.2%