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

make drawing dihypergraph and multilayer consistent with other drawing functions #477

Closed
maximelucas opened this issue Oct 17, 2023 · 1 comment · Fixed by #491
Closed
Labels

Comments

@maximelucas
Copy link
Collaborator

draw_dihypergraph and draw_multilayer have not been updated since we updated the drawing of nodes #441 and hyperedges #456 . We should update them for consistency by using collections. We should also remove their dependencies on the "old" functions _scalar_arg_to_dict() and _color_arg_to_dict that have problems #442 #410, to use the newer _parse_color_arg , _draw_arg_to_arr, _interp_draw_arg. This is the last place the "old" ones are used.

For draw_dihypergraph, we could try to use more existing functions. The drawing of the "edge nodes" could be done via the draw_nodes function.

@maximelucas
Copy link
Collaborator Author

Fixed by #476 for draw_dihypergraph. draw_multilayer remains.

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

Successfully merging a pull request may close this issue.

1 participant