Skip to content

NKyuu/PlotMAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published