I'd like to have a discription for some of the leaves. It doesn't need to be an underbace, if somebody has better graphical suggestions... :)
Consider this example:
\pstree[levelsep=35pt]{\Tcircle{$\rho$}}
{
\Tf*
\Tf*
\psset{linestyle=none} \Tr{$\cdots$} \psset{linestyle=solid}
\Tf*
\Tf*
\Tf*
\psset{linestyle=none} \Tr{$\cdots$} \psset{linestyle=solid}
\Tf*
}
I'm thinking about something like this, which of won't work that way:
\pstree[levelsep=35pt]{\Tcircle{$\rho$}}
{
\underbrace{
\Tf*
\Tf*
\psset{linestyle=none} \Tr{$\cdots$} \psset{linestyle=solid}
\Tf*
}_{n \mbox{trees}}
\underbrace{
\Tf*
\Tf*
\psset{linestyle=none} \Tr{$\cdots$} \psset{linestyle=solid}
\Tf*
}_{n \mbox{trees}}
}

