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
When using a path= in edge specifications, issues occur in styling the arrow head, both using style= or Direct. MWE and screenshot below.
path=
style=
Direct
Perhaps this can be noted in the documentation.
\documentclass{standalone} \usepackage{tikz-network} \begin{document} \begin{tikzpicture} \Vertex[x=-2, y=1]{z1} \Vertex[x=-1, y=0]{z2} \Edge[style={-{latex}}, path={z1, {1, 1}, z2}](z1)(z2) \end{tikzpicture} \begin{tikzpicture} \Vertex[x=-2, y=1]{z1} \Vertex[x=-1, y=0]{z2} \Edge[Direct, path={z1, {1, 1}, z2}](z1)(z2) \end{tikzpicture} \end{document}
The text was updated successfully, but these errors were encountered:
Thank you. I will have a look at this issue.
Sorry, something went wrong.
hackl
No branches or pull requests
When using a
path=
in edge specifications, issues occur in styling the arrow head, both usingstyle=
orDirect
. MWE and screenshot below.Perhaps this can be noted in the documentation.
The text was updated successfully, but these errors were encountered: