Add a constructor: ```julia tikz(5; vertex) ``` as a shorthand for: ```julia tikz(Graph(5); vertex) ``` i.e. a graph with 5 vertices and no edges.