Agens matplotlib
skill_id: matplotlib
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/matplotlib/skill.yamlsource content
skill_id: matplotlib name: matplotlib description: Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for publication-ready multi-panel figures with journal styling, use scientific-visualization. version: 1.0.0 author: K-Dense Inc. license: https://github.com/matplotlib/matplotlib/tree/main/LICENSE tags:
- scientific-agent-skills
- matplotlib tools: [] permissions: network: false filesystem: false shell: false agents:
- executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: matplotlib upstream_path: scientific-skills/matplotlib/SKILL.md upstream_frontmatter: name: matplotlib description: Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for publication-ready multi-panel figures with journal styling, use scientific-visualization. license: https://github.com/matplotlib/matplotlib/tree/main/LICENSE metadata: skill-author: K-Dense Inc.