We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great if we could have other shapes for nodes (triangle, square, rectangle, etc).
The text was updated successfully, but these errors were encountered:
Compose.jl supports these shapes, just need to add them to gplot
gplot
Sorry, something went wrong.
You can use GraphMakie.jl Changing the node shape is simple: graphplot(g, node_attr=(marker=:rect,)) GraphMakie supports all the marker shapes in: https://docs.makie.org/stable/examples/plotting_functions/scatter/index.html#scatter
graphplot(g, node_attr=(marker=:rect,))
You can also use a different marker for each node by passing a vector to node_attr.
node_attr
No branches or pull requests
It would be great if we could have other shapes for nodes (triangle, square, rectangle, etc).
The text was updated successfully, but these errors were encountered: