Vega-Lite: a high-level grammar of interactive graphics
Vega-Lite is a high-level grammar of interactive graphics. It provides a concise, declarative JSON syntax to create an expressive range of visualizations for data analysis and presentation. Vega-Lite specifications compile to full Vega specifications. This port installs the Vega-Lite library and the command-line utilities vl2vg, vl2svg, vl2png, and vl2pdf.
Vega-Lite is a high-level grammar of interactive graphics. It provides a concise, declarative JSON syntax to create an expressive range of visualizations for data analysis and presentation. Vega-Lite specifications compile to full Vega specifications. This port installs the Vega-Lite library and the command-line utilities vl2vg, vl2svg, vl2png, and vl2pdf.
To install vega-lite, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vega-lite
To see what files were installed by vega-lite, run:
port contents vega-lite
To later upgrade vega-lite, run:
sudo port selfupdate && sudo port upgrade vega-lite
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.