Visual Data Representation

Graphbook uses a carefully designed iconography and color palette to represent different data dimensions and types. This standardized visual vocabulary allows you to simplify the communication of intricate data concepts, making it easier for you to navigate and work with models.

Data Shape Iconography

SizetoString()InputOutputDescription
Unbound or ScalarPlugEmpty SlotEither no data shape is detected, or data shape is scalar.
-DimensionalOne Prong ReceiverOne ProngData shape must be 1-dimensional.
-DimensionalTwo Prong ReceiverTwo ProngData shape must be 2-dimensional.
-DimensionalThree Prong ReceiverThree ProngData shape must be 3-dimensional.
-DimensionalLarge ReceiverLarge ProngsData shape must be more than -dimensional.

Data Type Color Scheme

Type≤100 elements>100 elementsDescription
UNBOUNDUnbound data types are teal.
INTEGER_OR_DECIMALVariables that can accept either integer or decimal data are displayed as greyish blue.
INTEGERInteger variables are displayed as violet.
DECIMALDecimal variables are displayed as pink/purple.
BOOLEANBoolean variables are displayed as orange.
TEXTText variables are displayed as green.