I would like to do something like
\draw (node1) -- (node2) {[dotted] -- (node3)} -- (node4) {[dotted] -- (node5)} -- (node6);
There is no error message but the path comes out without any dotted parts, just everything same plain path.
Of course I could make several separate paths but in the "real" case there are about twenty segments that I would like to make alternatingly solid and dotted.
Is there a way to do it?
foreach loopin which are only two coordinates connected by a solid/dotted line. – current_user Aug 02 '18 at 21:04edges?? – მამუკა ჯიბლაძე Aug 04 '18 at 04:27