You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当使用以下代码时,
draw_hypergraph(G, e_style="circle", v_line_width=10, v_label=[str(i) for i in lbl], v_color=[color_list[i] for i in lbl], e_fill_color='#CCFFFF')
plt.show()
请问如何设置v_line_width和e_line_width?
我曾尝试传入那两种数据格式,但没有改变;我也曾更改draw.py中draw_hypergraph函数的v_line_width默认值1.0,但也没有改变。
The text was updated successfully, but these errors were encountered: