4470 shaares
2 résultats
taggé
mindmap
In this blog post, I'm going to demonstrate how to reuse WiseMapping HTML+JS rendering engine to easily visualize...
text-based mindmaps
like this one
have many benefits
they are readable as-it-is
they don't require any tool to be edited
they follow the UNIX tenets
For the impatient ones, here is …
This week I wrote a small Python script, that can generate a mindmap from a simple indented text input like this:
Winter
december
january
february
Spring
march
april
may
Summer
june
july
august
Autumn
september
october
november
The command: ./graphviz_mindmap.py seasons.txt.
The results, with various layout parameters:



Another …