Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tikz-network.sty
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@
% Define local style for the label
\tikzset{LocalLabel/.style={label = {[LabelStyle, LocalVertexFontColor,
LocalVertexFontSize, LocalVertexFontScale, label
distance=\cmdNW@vertex@distance]\cmdNW@vertex@position:\vertex@Label}}}
distance=\cmdNW@vertex@distance, label
position=\cmdNW@vertex@position]\vertex@Label}}}
\ifthenelse{\equal{\cmdNW@vertex@layer}{}}{
\protected@edef\@tempa{%
\noexpand\node[\vstyle,LocalVertexSize,LocalVertexOpacity,LocalVertexFill,LocalVertexShape,LocalLabel,\cmdNW@vertex@style,LocalPseudo](#1)%
Expand Down