oddly the node colors are not saving when I save to .pdf.
after
gp = gplot(SimpleGraph(xtal.bonds),
nodefillc=node_colors,
nodestrokec=colorant"black",
nodestrokelw=0.5)
what Pluto.jl displays:

after
draw(PDF("IRMOF-1_graph.pdf", 12cm, 12cm), gp)
what the .pdf looks like:
