Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

27 lines (26 loc) · 1.31 KB

EP03 - MAC0216 Técnicas de Programação (2021)

Nícolas Marins Pereira | NUSP 11952883

MAC C

Logo

About


The application is a graph plot software in C. It has both static and dynamic libraries along with the option of utilizing an URL that can be provided instead of a local path/to/file.

Libraries


"local" is a version of the Data.h lib which loads a csv datafile from a local directory while "url", the other version, downloads it from a URL before loading.
Similarly, the "plot" is the version of Graph.h that generates a .png file while "terminal" prints in the bash.

How to use


The main command is: ./[executable] [title] [xlabel] [ylabel] [path]
where:
[title] is the title of the plotting,
[xlabel] and [ylabel] are the name of each respective axis,
[path] is or a directory path/to/file or an url https://site.com/path/to/file path.