100

Instead of drawing a dashed line as follows:

\draw [dashed] (10,1) -- (10,11);

I would like to draw a list of dots from (10,1) to (10,11), like ........., but vertically. Could anyone tell me what to put at the place of [dashed]?

2

1 Answer 1

134

Use \draw[dotted] or \draw[densely dotted] or \draw[loosely dotted], for example.

4
  • What I haven't been able to find in the documentation is how to set the space between the dots or how to set the size of the dots for a dotted line. Do you know where I can find this information?
    – A.Ellett
    Commented Sep 26, 2013 at 0:16
  • 2
    See tex.stackexchange.com/questions/45275/…
    – sandu
    Commented May 21, 2014 at 10:34
  • 1
    How would I use this in a mynode/.append style=?
    – buhtz
    Commented Feb 26, 2016 at 10:30
  • I used like this node/.style={rectangle,draw, dotted, ...
    – charelf
    Commented Jun 3, 2022 at 10:27

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .