networkx / nx-guides

Examples and Jupyter Notebooks about NetworkX
https://networkx.org/nx-guides/
Creative Commons Zero v1.0 Universal
185 stars 105 forks source link

More updates to geometric notebook #33

Closed rossbar closed 3 years ago

rossbar commented 3 years ago

Since the geometric generators example is the first non-trivial notebook in the repo, I went over it again with a fine-toothed comb.

The most important thing in this PR are fixes to a few bugs in 6e061d7 and b2e8bd3 that I had introduced in #23. Everything else is cosmetic/organizational so I can cherry-pick those commits to their own PR if that will help get them in faster.

Other improvements include

There's a lot here so I'm happy to rebase/split into multiple PRs to make review easier.