SimpleDrawing.drawFunction
draw(G)

Draws G in its current embedding. (If G does not have an embedding, then it is given a circular embedding.)

Optional second argument, clear_first. If set to false the drawing window is not erased before drawing the graph.

SimpleDrawing.draw!Method
SimpleDrawing.draw!(G::UG)

Draw the graph G but do not erase the screen first. Equivalent to draw(G,false).