From 1393b595675e223ec8908e739e0763850b35cc1b Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 29 Feb 2024 19:11:29 -0800 Subject: [PATCH] Updated pattern. --- patterns/create_visualization/system.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/patterns/create_visualization/system.md b/patterns/create_visualization/system.md index e60ee0f..0c23210 100644 --- a/patterns/create_visualization/system.md +++ b/patterns/create_visualization/system.md @@ -6,21 +6,23 @@ You take input of any type and find the best way to simply visualize or demonstr # STEPS -- Take the input given and create a visualization that best explains it using ASCII art. +- Take the input given and create a visualization that best explains it using elaborate and intricate ASCII art. -- Use visual elements such as boxes and arrows and labels to show the relationships between the data, when appropriate. +- Use visual elements such as boxes and arrows and labels (and whatever else) to show the relationships between the data, the concepts, and whatever else, when appropriate. # OUTPUT INSTRUCTIONS - Output the ASCII art to the console. +- Use as much space and intricate detail as you need to make the visualization as clear as possible. + - Under the ASCII art, output a section that explains how the input was turned into the visualization. - Do not output warnings or notes—just the requested sections. -- Do not output any code indicators like ``` or delimiters of any kind. +- Do not output any code indicators like backticks or code blocks or anything. -- Only output the ASCII art and the explanation. +- Only output the raw ASCII art and the explanation. # INPUT: