#Mind Map

10 messages · Page 1 of 1 (latest)

edgy osprey
#

The prompt below shows an example of how to ask ChatGPT to make an example mind map of a vacation using LaTeX or Python. You can maybe ask it for a mindmap that is relevant to your conversation/ project

For the LaTeX maybe you can use an online compiler like Overleaf if you do not have LaTeX installed

LaTeX using TIKZ:

provide a holiday plan mind map using LaTeX

(It's the image without the Python annotation )

Python using Matplotlib

provide a holiday plan mind map using Python

(I added the Python annotation to the image)

The default Python code can lead to labels coinciding. You might need to adjust the code maybe.

steady sentinel
edgy osprey
#

The reason it looks a lot more professional than the output from matplotlib is that ChatGPT used specialized mindmap code from the TIKZ library.

rough egret
#

provide a holiday plan mind map using LaTeX

#

provide a mind map for criptocurrency portfolio

edgy osprey
#

@rough egret Hi, the pictures in the post were copy pasted, they were not generated on the discord website. To use ChatGPT you have to use the openai website

ornate skiff
#

You can also create mindmaps (and other diagrams) in mermaid script, which can be copy and pasted from chatgpt to the online editor - https://mermaid.live/

Prompt - Create a mindmap using mermaid script on the key points of the book "start with why" by simon sinek

Response

graph TD

A(Start With Why)
B[Simon Sinek]

A --> B
A --> C(Why)
A --> D(How)
A --> E(What)

C --> C1(Golden Circle)
C --> C2(Leadership)
C --> C3(Decision Making)

C1 --> C1a(Finding Your Why)
C1 --> C1b(Inspire Others)
C1 --> C1c(Drive Action)

C2 --> C2a(Communicate Purpose)
C2 --> C2b(Attract Loyal Followers)
C2 --> C2c(Trust & Cooperation)

C3 --> C3a(Alignment)
C3 --> C3b(Fulfillment)
C3 --> C3c(Company Culture)

D --> D1(Vision)
D --> D2(Methods)
D --> D3(Strategies)

E --> E1(Product/Service)
E --> E2(Tangible Outcomes)
E --> E3(Results)

This mermaid script represents a mind map for the key points of the book "Start With Why" by Simon Sinek. The main branches of the map include the Golden Circle (Why, How, and What), Leadership, Decision Making, Vision, Methods, Strategies, Product/Service, Tangible Outcomes, and Results. Each of these branches further subdivides into relevant subtopics.

#

And... Notion & Obsidian can both visualise diagrams from Mermaid script 😄