epfl-lts2 / pygsp

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

Add highlight node color and normalize intercept #45

Closed jbcdnr closed 5 years ago

jbcdnr commented 5 years ago

I added options to

It does not change the default behaviour. I documented only the first feature as exposing the second one would force to explain the full normalization process and scare the end-user, I think.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 86.955% when pulling 96d2d432264b26a2ce099e391124d9fc61fe198d on jbcdnr:plotting-options into dfb1f5f95ecbb814592db70348f3009a134f9121 on epfl-lts2:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 86.955% when pulling 96d2d432264b26a2ce099e391124d9fc61fe198d on jbcdnr:plotting-options into dfb1f5f95ecbb814592db70348f3009a134f9121 on epfl-lts2:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 86.955% when pulling 96d2d432264b26a2ce099e391124d9fc61fe198d on jbcdnr:plotting-options into dfb1f5f95ecbb814592db70348f3009a134f9121 on epfl-lts2:master.

mdeff commented 5 years ago

Good job. Agreed not to document the normalization. Thanks!