/ReadFromSCV

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

Primary LanguageC++

🔹 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