A normal line within the overpic environment can be placed with:
\put( 122.00, 82.00) {\color{blue} \line(1,0){ 23}}
Is there a way to draw - - dashed/dotted lines with overpic?
Research:
The documentation isn't that good for referencing
A normal line within the overpic environment can be placed with:
\put( 122.00, 82.00) {\color{blue} \line(1,0){ 23}}
Is there a way to draw - - dashed/dotted lines with overpic?
Research:
The documentation isn't that good for referencing
\multiput: MWE:\documentclass{standalone} \begin{document} \begin{picture}(10,0.1) \multiput(0.25,0)(0.5,0){20}{\line(0,0){0.1}} \end{picture} \end{document}But if there is nothing against it I would also usetikz. – Nico Oct 06 '20 at 09:25