Prompt Details
Model
Chat - GPT-3.5 (gpt-3.5-turbo)
Token size
162 ($0.00030 / call)
Example input
[{n}]--> number of nodes, 10 is the default
[{shape=rectangle}]--> node shape
Example output
graph {
layout=neato;
overlap=false;
node [shape=rectangle];
0[label="Water vapor\nenters atmosphere"];
1[label="Condensation\nto form clouds"];
2[label="Precipitation\nto surface"];
3[label="Infiltration into soil\nor surface runoff"];
4[label="Percolation\nto groundwater"];
5[label="Groundwater\nflow"];
6[label="Evapotranspiration"];
7[label="Water vapor\nevacuates atmosphere"];
0 -- 1 -- 2 -- 3 -- 4 -- 5 -- 6 -- 7 -- 0;
}
By purchasing this prompt, you agree to our terms of service
GPT-3.5-TURBO
Graphviz DOT is a software tool used for generating diagrams, graphs, and networks. It uses plain text files to describe the visual representation of the data, which can be used for a variety of applications including software engineering, data visualization, and system architecture design. With DOT, users can specify the nodes, edges, and attributes of a graph in a simple syntax, and the tool will automatically generate a visual representation of the data. This prompt will generate the graphs!
...more
Added over 1 month ago

