2 Nov 2008 12:02
Re: Several mindmaps in the same figure
Kjell Magne Fauske <kjellmf <at> gmail.com>
2008-11-02 11:02:44 GMT
2008-11-02 11:02:44 GMT
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)
RSS Feed