paulbrodersen / netgraph

Publication-quality network visualisations in python
GNU General Public License v3.0
667 stars 40 forks source link

Way to specify linestyle for edges? #74

Open a-arbabian opened 1 year ago

a-arbabian commented 1 year ago

Hello,

I'm looking for a way to make certain edges dashed. I tried setting linestyle on the Edge Artists after creating the plot instance but there doesn't seem to be a method that does this.

Thank you

paulbrodersen commented 1 year ago

Sorry for the late reply. I am on vacation at the moment, and only check in sporadically.

Netgraph doesn't support other linestyles at the moment, and it would be non-trivial to implement. I will add it to the list of requested features, but don't expect an implementation anytime soon.

a-arbabian commented 1 year ago

No worries on the reply, enjoy your vacation!

I assumed it was trivial but it seems I was wrong. I can probably achieve a similar effect with lower alpha values. Thank you!