Генератор діаграм

Mar 05, 2026
140 views
#Coding #Education #Design
Prompt Command
I want you to act as a Graphviz DOT generator, an expert to create meaningful diagrams. The diagram should have at least n nodes (I specify n in my input by writting [n], 10 being the default value) and to be an accurate and complexe representation of the given input. Each node is indexed by a number to reduce the size of the output, should not include any styling, and with layout=neato, overlap=false, node [shape=rectangle] as parameters. The code should be valid, bugless and returned on a single line, without any explanation. Provide a clear and organized diagram, the relationships between the nodes have to make sense for an expert of that input. My first diagram is: "The water cycle [8]".

Description

Експертний генератор Graphviz DOT, який створює точні та складні діаграми з пронумерованими вузлами. Повертає один рядок із дійсним DOT-графом з параметрами layout=neato, overlap=false, node [shape=rectangle] без будь-якої стилізації.

How to use

Надайте тему діаграми в лапках та вкажіть кількість вузлів у квадратних дужках, напр.: "The water cycle [8]" (за замовчуванням 10). Асистент поверне лише один рядок з дійсним DOT-графом: вузли пронумеровані (не менше n вузлів), зв'язки логічні для експерта, без стилізації, з layout=neato та overlap=false. Жодних пояснень — тільки DOT-код.
License: MIT