A tutorial on running graph_tool in docker on MacOS
Below are are 2 examples:
- Run a basic docker to create, save as PNG, and view a simple graph with two vertices
- Run a docker connecting to a Mac display. Then create, view with GTK windows, save as PDF, and view a Barabási–Albert model graph
The benefit of using the GTK windows is being able to skip the save/view steps hile developing a graph.
Skip if docker is already installed on your Mac. Instructions are here: