-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
This is the graph I want to draw.

Since mytag sits above u1, u1 had to be shifted down.
Since u1 has been shifted down, every element around it also had to be shifted down.
\gitDAG[grow right sep = 1em]{
m1 -- { m2 ,
u1[yshift=-2em] -- u2[yshift=-2em],
t1[yshift=-2em] -- t2[yshift=-2em]
}
};
\gittag
{mytag} % node name and text
{above=of u1} % node placement
{u1} % target
Is there a better way to draw this graph, without applying yshift to every element?
Thank you
Metadata
Metadata
Assignees
Labels
No labels