laura

Risposte nei forum create

Stai visualizzando 2 risposte – dal 1 al 2 (di 2 totali)
  • Autore
    Risposte
  • in risposta a: diagramma ad albero #115152
    Up
    0
    Down
    ::


    ho provato così ma non so come distanziare i nodi

    \begin{tikzpicture} [level distance=25mm][node distance=20cm]
    \node {$\begin{Young}
    $1$ \cr
    \end{Young}$}
    child {node {$\begin{Young}
    1 & 2 \cr
    \end{Young}$}
    child {node {$\begin{Young}
    3 \cr \\
    1 & 2 \cr
    \end{Young}$
    }
    child {node {$\begin{Young}
    3 & 4 \cr \\
    1 & 2 \cr
    \end{Young}$
    }
    child {node {$\begin{Young}
    5 \cr \\
    3 & 4 \cr \\
    1 & 2 \cr
    \end{Young}$
    }
    child {node {$\begin{Young}
    5 & 6 \cr \\
    3 & 4 \cr \\
    1 & 2 \cr
    \end{Young}$
    } child {node {$\begin{Young}
    7 \cr \\
    5 & 6 \cr \\
    3 & 4 \cr \\
    1 & 2 \cr
    \end{Young}$
    }}}
    child {node {$\begin{Young}
    5 \cr \\
    3 & 4 \cr \\
    1 & 2 & 6 \cr
    \end{Young}$
    } child {node {$\begin{Young}
    7 \cr \\
    5 \cr \\
    3 & 4 \cr \\
    1 & 2 & 6 \cr
    \end{Young}$}}
    child {node {$\begin{Young}
    5 & 7 \cr \\
    3 & 4 \cr \\
    1 & 2 & 6 \cr
    \end{Young}$
    }}
    child {node {$\begin{Young}
    5 \cr \\
    3 & 4 & 7 \cr \\
    1 & 2 & 6 \cr
    \end{Young}$
    }}
    } }
    child {node {$\begin{Young}
    3 & 4 \cr \\
    1 & 2 & 5 \cr
    \end{Young}$}
    child {node {$\begin{Young}
    3 & 4 \cr \\
    1 & 2 & 5 & 6 \cr
    \end{Young}$} child {node {$\begin{Young}
    7 \cr \\
    3 & 4 \cr \\
    1 & 2 & 5 & 6 \cr
    \end{Young}$}} child {node {$\begin{Young}
    3 & 4 & 7 \cr \\
    1 & 2 & 5 & 6 \cr
    \end{Young}$}}}}
    }}}

    ;
    \end{tikzpicture}

    in risposta a: tabella di young #115122
    Up
    0
    Down
    ::


    perfetto grazie!e per togliere le linee interne al diagramma come posso fare?

Stai visualizzando 2 risposte – dal 1 al 2 (di 2 totali)

Go to top