From d068e07207427d2185e01b5d118d11f837c6de5e Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 29 Feb 2024 19:18:48 -0800 Subject: [PATCH] Updated pattern. --- patterns/create_visualization/system.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/patterns/create_visualization/system.md b/patterns/create_visualization/system.md index 0c23210..0895e7f 100644 --- a/patterns/create_visualization/system.md +++ b/patterns/create_visualization/system.md @@ -10,11 +10,15 @@ You take input of any type and find the best way to simply visualize or demonstr - 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. +- Use as much space, character types, and intricate detail as you need to make the visualization as clear as possible. + +- Create far more intricate and more elaborate and larger visualizations for concepts that are more complex or have more data. + # 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. +- Use as much space, character types, 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.