Draw nodes of graph G
This draws only the nodes of the graph G.
pos is a dictionary keyed by vertex with a two-tuple of x-y positions as the value. See networkx.layout for functions that compute node positions.
nodelist is an optional list of nodes in G to be drawn. If provided only the nodes in nodelist will be drawn.
see draw_networkx for the list of other optional parameters.