多部分节点的 tikz 矩阵
我不知道如何将多部分节点的数据放入矩阵中。这允许吗?以下 MRE 效果很好 \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{trees, shapes, arrows, arrows.meta, matrix, calc, graphs, plotmarks, backgrounds, cd} \begin{document} \begin{tikzpicture} \node[rectangle split, rectangle split parts=2] at ...