%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '37px', 'fontFamily': 'arial' }}}%%
graph LR
X["X, Y, Z, T"]
B["Function f"]
Y["Y, W, V"]
X --> B
B --> Y
style B fill:#f3e5f5,stroke:#333,stroke-width:3px
style X fill:none,stroke:none
style Y fill:none,stroke:none










