Sub-skill of fe-analyst: Plot Types Per Section.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill plot-types-per-section --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Plot Types Per Section?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-plot-types-per-section)More formats (shields.io, HTML) on the badges page.
---
name: fe-analyst-plot-types-per-section
description: 'Sub-skill of fe-analyst: Plot Types Per Section.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Plot Types Per Section
## Plot Types Per Section
| Section | Plot Type | Plotly Trace |
|---|---|---|
| Geometry | 3D line profile (x,y,z) | `go.Scatter3d` |
| Geometry | 2D vertical profile (arc length vs. z) | `go.Scatter` |
| Mesh | Segment length distribution | `go.Bar` |
| Mesh | Adjacent ratio heatmap along arc | `go.Scatter` with color |
| Materials | Section property table | `go.Table` |
| BC | 3D model with BC markers | `go.Scatter3d` + annotations |
| Results | Time history (Te, M, z) | `go.Scatter` (time on x) |
| Results | Envelope (max/min vs. arc length) | `go.Scatter` with fill |
| Results | Statistical summary table | `go.Table` |
| Design Checks | Utilization bar chart | `go.Bar` with threshold line |
| Fatigue | Damage vs. arc length | `go.Scatter` |
---
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!