A problem I'm having in #970 is that `graph.famous()` is deprecated to `make_famous_graph()` which isn't exported. - what should the replacing call actually be? - How should be `graph.famous("zachary")` and `graph.famous("Levi")` (from the tests) be adapted?
A problem I'm having in #970 is that
graph.famous()is deprecated tomake_famous_graph()which isn't exported.graph.famous("zachary")andgraph.famous("Levi")(from the tests) be adapted?