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

Edge path incompatible with arrows #18

Open
carissableker opened this issue Sep 8, 2020 · 1 comment
Open

Edge path incompatible with arrows #18

carissableker opened this issue Sep 8, 2020 · 1 comment
Assignees
Labels

Comments

@carissableker
Copy link

When using a path= in edge specifications, issues occur in styling the arrow head, both using style= or Direct. MWE and screenshot below.

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}

image

@hackl hackl self-assigned this Sep 9, 2020
@hackl hackl added the bug label Sep 9, 2020
@hackl
Copy link
Owner

hackl commented Sep 9, 2020

Thank you. I will have a look at this issue.

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

No branches or pull requests

2 participants