diagramma ad albero

  • Creatore
    Topic
  • #115151
    Up
    0
    Down
    ::


    ciao a tutti!sapete come poter impostare un diagramma del genere?grazie

    Attachments:
    You must be logged in to view attached files.
Visualizzazione 0 filoni di risposte
  • Autore
    Risposte
    • #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}

Visualizzazione 0 filoni di risposte
  • Devi essere connesso per rispondere a questo topic.

Go to top