Skip to main content

Command Palette

Search for a command to run...

Mathober2025_DigraphSink2

Sinks & Senses

Published
1 min read
Mathober2025_DigraphSink2

SenseFlow

For my 31st sketch of Mathober2025 graphed in MermaidJs, SenseFlow takes the prompt of Digraph Sink and uses the Senses as an example as such

Images

Original Graph

Code/Graph

stateDiagram-v2
    [Senses] --> [Smell]
    [Senses] --> [Taste]
    [Senses] --> [Sight]
    [Senses] --> [Hearing]
    [Smell] --> [Nose]
    [Perfume] --> [Smell]
    [Performance] --> [Music]
    [Performance] --> [Sight]
    [Hearing] --> [Ears]
    [Music] --> [Ears]
    [Sight] --> [Eyes]
    [Colors] --> [Eyes]
    [Food] --> [Taste]
    [Food] --> [Colors]
    [Water] --> [Taste]
    [Taste] --> [Tongue]
    [Ears] --> [Face]
    [Eyes] --> [Face]
    [Nose] --> [Face]
    [Tongue] --> [Face]