%%{init: {'theme': 'base', 'themeVariables': { 'background': 'transparent', 'primaryColor': 'transparent', 'primaryBorderColor': '#ffffff', 'primaryTextColor': '#ffffff', 'lineColor': '#ffffff', 'arrowheadColor': '#ffffff', 'edgeLabelBackground': '#3D3D5C' }}}%%
graph LR
subgraph "2次元ベクトル空間"
O[原点 (0,0)]
A["赤いワンピース
(0.8, 0.6)"]
B["クリムゾンドレス
(0.75, 0.65)"]
C["青いTシャツ
(-0.3, -0.4)"]
O -.->|ベクトルA| A
O -.->|ベクトルB| B
O -.->|ベクトルC| C
A -.->|距離: 小| B
A -.->|距離: 大| C
end
style A fill:#ff6b6b,stroke:#fff,stroke-width:2px,color:#fff
style B fill:#ff8e8e,stroke:#fff,stroke-width:2px,color:#fff
style C fill:#4ecdc4,stroke:#fff,stroke-width:2px,color:#fff
style O fill:#666,stroke:#fff,stroke-width:2px,color:#fff