epfl-lts2 / pygsp

Graph Signal Processing in Python
https://pygsp.rtfd.io
BSD 3-Clause "New" or "Revised" License
488 stars 93 forks source link

plot filter labels #78

Closed mdeff closed 3 years ago

mdeff commented 4 years ago

New default, e.g., pg.filters.SimpleTight(G, 4).plot(). after

Without labels (as before) with pg.filters.SimpleTight(G, 4).plot(labels=False). before

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.3%) to 88.53% when pulling 171a1389ff39351fe6b1eeb85a9632fee4eb863f on plot-labels into cb06eaf578938bb5d097db9797cf165a572eeeb3 on master.