g3data is a program to extract data from published graphs, when the raw data is not available.
g3data is an interactive program, which enables the user to extract machine-readable data from published graphs, when the raw data is unavailable. It is particularly useful for extracting data from plots published in scientific journals, when it is inconvenient or impossible to obtain the original raw data.
g3data is an interactive program, which enables the user to extract machine-readable data from published graphs, when the raw data is unavailable. It is particularly useful for extracting data from plots published in scientific journals, when it is inconvenient or impossible to obtain the original raw data.
To install g3data, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install g3data
To see what files were installed by g3data, run:
port contents g3data
To later upgrade g3data, run:
sudo port selfupdate && sudo port upgrade g3data
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.