Riskfolio-Lib
Riskfolio-Lib copied to clipboard
ENH: plotly as well as matplotlib for network graphs
See https://stackoverflow.com/questions/73625534/transfer-custom-plotfunction-to-plotly
Effectively have short cutted PlotFunctions.plot_network()
stripping out matplotlib to return pos
and G
. Then have created new function that can generate a plotly figure from the networkx constructs.
Happy to generate a PR to provide this functionality if you feel this is a valid enhancement to riskfolio