Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请帮忙看一下画图代码draw_hypergraph()的参数无法调整如v_line_width和e_line_width,限制输入的格式错了,修改也没变化。 #37

Open
Longwt123 opened this issue May 17, 2023 · 2 comments

Comments

@Longwt123
Copy link

image

@yifanfeng97
Copy link
Member

可以有更详细的调用吗?

@Longwt123
Copy link
Author

当使用以下代码时,
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,但也没有改变。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants