Sub-skill of orcaflex-results-comparison: Comparison Bar Chart (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill comparison-bar-chart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Comparison Bar Chart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-comparison-bar-chart-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-results-comparison-comparison-bar-chart
description: 'Sub-skill of orcaflex-results-comparison: Comparison Bar Chart (+1).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Comparison Bar Chart (+1)
## Comparison Bar Chart
```python
import plotly.graph_objects as go
def create_comparison_bar_chart(
comparison_df: pd.DataFrame,
variable: str,
title: str
) -> go.Figure:
"""Create interactive bar chart comparing simulations."""
*See sub-skills for full details.*
## Radar Chart for Multi-Variable Comparison
```python
import plotly.graph_objects as go
def create_radar_comparison(
stiffness_comparison: dict
) -> go.Figure:
"""Create radar chart for stiffness comparison."""
categories = ["K_xx", "K_yy", "K_zz", "K_xy", "K_xz", "K_yz"]
*See sub-skills for full details.*
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!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.