Create Visuals & Diagrams with Graphviz (Dot Language)
Learn how to create visually appealing diagrams and flowcharts with Graphviz.
Graphviz is a free tool for creating visual diagrams, ranging from simple entity-relationship diagrams to more complex flowcharts.
It can be incredibly useful in generating flowcharts, case timelines and decision trees. All of which are important in client interaction, internal meetings and personal use.
ChatGPT has a built-in Graphviz functionality that allows us to programmatically draw diagrams using Dot Language with a simple prompt.
Example 1: Family Investment Company (FIC)
This example will showcase an organisational diagram of the structure of a fictional Family Investment Company (FIC) to protect the finances of the fictional Bennett family.
Here is the backstory for context:
Meet the Bennett family from London, UK.
The Bennetts have a diversified portfolio of investments including commercial properties, stocks, and a family business.
James Bennett, the patriarch, and his wife, Elizabeth, are planning to structure their estate to include their three children in the management and succession planning.
They consulted their lawyer, Mary Legal, who advised them on setting up a Family Investment Company (FIC).
Prompt
Output
This diagram details the Bennett FIC as the master company, with three subsidiary companies directly linked to it.
Example 2: Corporate Structure of a Multinational Company
For this example, we will use McDonalds Corporation as our multinational company of choice.
The fictional context here is that McDonalds Corporation are having a compliance review and therefore, the compliance team would like to visualise the corporate structure of McDonalds.
Prompt
Output
Example 3: Flowchart of the UK Criminal Litigation Process
For this example, we are exploring the UK Criminal Litigation process.
We want to accurately depict this in a flowchart.
Prompt
Output
By incorporating Graphviz into their toolkit, legal professionals can enhance their ability to present complex information in a clear and visually appealing manner.
Last updated