vinecopulib / pyvinecopulib

A Python library for vine copula models
MIT License
92 stars 21 forks source link

Plot Function like in R #75

Open TY-Cheng opened 3 years ago

TY-Cheng commented 3 years ago

Thank you so much for this masterpiece package.

Just wondering if we have plot function implemented for pyvinecopulib? just like rvinecopulib in R? The exported json file is not yet directly compatible with 'igraph' or 'networkx', it would be more helpful to customised visualisation if they are compatible. thx a lot!

tvatter commented 3 years ago

Hi and thanks for your kind words!

There are questions within this issue:

tnagler commented 3 years ago

Having some extra visualization functionality in Python would generally be a good idea, but I think both @tvatter and I don't have much time for this at the moment.

Converting the vine into adjacency matrices or similar would be easy to implement in the meanwhile, but would still require a lot of extra work from the user. Could you build something from there and maybe contribute it to our library, @TY-Cheng? :)