Guest User

Untitled

a guest
Dec 12th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. SeedRandom[42]
  2. g = RandomGraph[{30, 60}]
  3.  
  4. g = Graph[g,
  5. VertexShapeFunction -> Function[{pt, v, size}, Disk[pt, Offset[5]]]];
  6.  
  7. Table[Show[g, ImageSize -> size], {size, {100, 200, 300}}]
Add Comment
Please, Sign In to add comment