#Arrows between shapes in cetz
8 messages · Page 1 of 1 (latest)
I am just starting to get into cetz (i have a moderate fluency in tikz) and want to draw an arrow between circles; am I missing something? how do I do it?
in tikz it would be something like:
\node[circle] (C1) at (0,0) {};
\node[circle] (C2) at (2,0) {};
\draw[->] (C1) -- (C2);
here I have the following for the circles:
#cetz.canvas(length: 1cm, {
import cetz.draw: *
circle((0,0), name: "C1")
circle((3,0), name: "C2")
})
not sure how to draw a line between, though :/
hmm looks like this question has been asked before: https://discord.com/channels/1054443721975922748/1088372909111783525/threads/1154880386942390366
Discord
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
argh, can't figure out how to link to another discord thread