iiRecord
Agentic AI Atlas · Seaborn
library:seaborna5c.ai
II.
Library JSON

library:seaborn

Structured · live

Seaborn json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-python.yamlCluster · domain
Record JSON
{
  "id": "library:seaborn",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Seaborn",
    "belongsToLanguageId": "language:python",
    "description": "Statistical data visualization built on Matplotlib with high-level\nchart types and themed defaults.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:seaborn",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:seaborn",
      "to": "skill-area:data-analysis",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:matplotlib",
      "to": "library:seaborn",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:python-ml-stack",
      "to": "library:seaborn",
      "kind": "composed_of"
    }
  ]
}