Closed mdeff closed 3 years ago
New default, e.g., pg.filters.SimpleTight(G, 4).plot().
pg.filters.SimpleTight(G, 4).plot()
Without labels (as before) with pg.filters.SimpleTight(G, 4).plot(labels=False).
pg.filters.SimpleTight(G, 4).plot(labels=False)
Coverage increased (+0.3%) to 88.53% when pulling 171a1389ff39351fe6b1eeb85a9632fee4eb863f on plot-labels into cb06eaf578938bb5d097db9797cf165a572eeeb3 on master.
New default, e.g.,
pg.filters.SimpleTight(G, 4).plot()
.Without labels (as before) with
pg.filters.SimpleTight(G, 4).plot(labels=False)
.