Nicolas Girard | 1 Nov 2008 18:11
Favicon

Several mindmaps in the same figure

Dear people,

is there a way of putting more than one mindmap in the same tikz figure ?

Thanks in advance,

cheers,
Nicolas

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Kjell Magne Fauske | 2 Nov 2008 12:02
Picon

Re: Several mindmaps in the same figure

On Sat, Nov 1, 2008 at 6:11 PM, Nicolas Girard <nicolas.girard <at> nerim.net> wrote:
> Dear people,
>
> is there a way of putting more than one mindmap in the same tikz figure ?
>
> Thanks in advance,
>
> cheers,
> Nicolas
>

Sure. Just place the root node like you would place any other node or path:

\path[mindmap,concept color=black,text=white] (1,1)
    node[concept] {A mindmap}
    ...

\path[mindmap,concept color=black,text=white]   (5,1)
    node[concept] {Another mindmap}
    ...

Here is a complete example:

\documentclass{article}

\usepackage{tikz}
\usetikzlibrary{mindmap,trees}
\begin{document}

\begin{tikzpicture}[mindmap,concept color=red!50]
(Continue reading)

Nicolas Girard | 3 Nov 2008 10:14
Favicon

Re: Several mindmaps in the same figure

Thank you both for such fast answers !

Nicolas

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

Gmane