
이 코드가 있지만 레벨 사이의 거리를 줄이고 싶습니다. 어떤 제안이 있으십니까?
\begin{forest}
for tree={
circle,
draw,
fill,
minimum width=2pt, % size
inner sep=0pt,
parent anchor=center,
child anchor=center,
s sep+=25pt, % distance between children
grow = north
}
[
[
[]
]
]
\end{forest}
답변1
레벨 거리는 l
및 키를 사용하여 조정할 수 있습니다 l sep
. 자세한 내용은 매뉴얼의 3.7.2(참조) 및 2.4(튜토리얼) 섹션을 참조하세요.