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
Hello, Is it possible to draw a node with a self loop? How would one proceed?
I tried the following:
using LightGraphs g = SimpleDiGraph(2) add_edge!(g, (2, 1)) add_edge!(g, (1,1)) TikzGraphs.plot(g, node_styles=Dict(1=>"loop below"))
The arrow corresponding to the edge (1,1) seems to be there but is poorly formatted.
The text was updated successfully, but these errors were encountered:
Very close. It should look like this:
Sorry, something went wrong.
We might want to update the docs to illustrate this.
Thanks! I can submit a PR with this example
No branches or pull requests
Hello,
Is it possible to draw a node with a self loop? How would one proceed?
I tried the following:
The arrow corresponding to the edge (1,1) seems to be there but is poorly formatted.
The text was updated successfully, but these errors were encountered: