Let $A = \{1, 2, 3\}$ and consider the relation
$R = \{ (1,1), (1,2), (2,2), (3,3) \}$
Is this relation transitive?
Since $(1,2)$ and $(2,2)$ satisfy the condition $(a,b)$ and $(b,c)$ and we have $(a,c)$ which is $(1,2)$, but when you draw the graph there is no triangle loop. So $b$ and $c$ can't be equal?
Yes it is transitive. A graph is transitive if the distance between nodes is at most one, which your graph definitely is.