{"id":"480e652f-98e8-4baa-92c3-66c85b5363aa","slug":"matthew-a-gordon-python-dataviz-skill","name":"python-dataviz","description":"Professional data visualization using Python (matplotlib, seaborn, plotly). Create publication-quality static charts, statistical visualizations, and interactive plots. Use when generating charts/graphs/plots from data, creating infographics with data components, or producing scientific/statistical visualizations. Supports PNG/SVG (static) and HTML (interactive) export.","canonicalUrl":"https://xpersona.co/skill/matthew-a-gordon-python-dataviz-skill","sourceUrl":"https://github.com/matthew-a-gordon/python-dataviz-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"matthew-a-gordon","label":"Matthew A Gordon","url":"https://github.com/matthew-a-gordon/python-dataviz-skill"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T02:06:54.237Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Matthew A Gordon"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Matthew A Gordon","href":"https://github.com/matthew-a-gordon/python-dataviz-skill","sourceUrl":"https://github.com/matthew-a-gordon/python-dataviz-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:06:55.451Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/matthew-a-gordon-python-dataviz-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/matthew-a-gordon-python-dataviz-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T02:06:55.451Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/matthew-a-gordon-python-dataviz-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/matthew-a-gordon-python-dataviz-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"python-dataviz","description":"Professional data visualization using Python (matplotlib, seaborn, plotly). Create publication-quality static charts, statistical visualizations, and interactive plots. Use when generating charts/graphs/plots from data, creating infographics with data components, or producing scientific/statistical visualizations. Supports PNG/SVG (static) and HTML (interactive) export.","source":"GITHUB_OPENCLEW","sourceId":"github:1158712110","repository":"https://github.com/matthew-a-gordon/python-dataviz-skill","documentation":"https://xpersona.co/skill/matthew-a-gordon-python-dataviz-skill/agent/matthew-a-gordon-python-dataviz-skill","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/matthew-a-gordon/python-dataviz-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"cd skills/python-dataviz\npython3 -m venv .venv\nsource .venv/bin/activate\npip install ."},{"kind":"example","language":"python","snippet":"import matplotlib.pyplot as plt\nimport numpy as np\n\n# Data\nx = np.linspace(0, 10, 100)\ny = np.sin(x)\n\n# Plot\nplt.figure(figsize=(10, 6))\nplt.plot(x, y, linewidth=2, color='#667eea')\nplt.title('Sine Wave', fontsize=16, fontweight='bold')\nplt.xlabel('X Axis')\nplt.ylabel('Y Axis')\nplt.grid(alpha=0.3)\nplt.tight_layout()\n\n# Export\nplt.savefig('output.png', dpi=300, bbox_inches='tight')\nplt.savefig('output.svg', bbox_inches='tight')"}]}}