desmos-graphing
Obsidian에서 Desmos 수학 그래프 만들기
문서화를 위한 수학 그래프 만드는 것은 시간이 많이 들고 오류가 발생하기 쉽습니다. 이 스킬은 완전한 참조 구문을 제공하여 desmos-graph 코드 블록을 사용하여 Obsidian 마크다운에서 직접 상호작용형 Desmos 그래프를 렌더링하고 전체 스타일링 및 사용자 정의 지원을 제공합니다.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“desmos-graphing”。 Plot y=x² and y=2x with different colors on a graph from x=-2 to x=2.
预期结果:
- ✓ Graph rendered with parabola (blue) and line (red)
- ✓ Viewport: x from -2 to 2, y from -1 to 4
- ✓ Grid lines and axis numbers shown
正在使用“desmos-graphing”。 Show a unit circle with parametric equations and mark key angles.
预期结果:
- ✓ Parametric curve (cos t, sin t) rendered
- ✓ Points at (0,1), (1,0), (0,-1), (-1,0) labeled
- ✓ Degree mode enabled for angle labels
正在使用“desmos-graphing”。 Create a polar rose curve r=cos(3θ) with a spiral r=θ.
预期结果:
- ✓ Rose curve (3 petals) displayed in blue
- ✓ Spiral curve from origin displayed in red
- ✓ Polar coordinates mode active
安全审计
安全Pure documentation skill with no executable code. Contains only markdown documentation explaining Desmos graph syntax. Static findings are false positives from markdown code formatting (backticks) and LaTeX math notation being misinterpreted as security issues.
风险因素
⚙️ 外部命令 (428)
🌐 网络访问 (1)
质量评分
你能构建什么
수학 개념 시각화
공부 노트에서 수학적 개념을 설명하기 위해 함수, 삼각 곡선 및 방정식의 그래프를 만듭니다.
상호작용형 수업 자료 구축
교실 자료를 위해 레이블이 지정된 점, 여러 곡선 및 주석이 포함된 교육 콘텐츠를 설계합니다.
수학적 모델 문서화
관계, 제약 조건 및 솔루션을 보여주는 기술 문서에 전문적인 그래프를 포함합니다.
试试这些提示
Create a desmos-graph code block showing y=sin(x) and y=cos(x) on the same plot from -2π to 2π.
Add a desmos-graph with a circle x²+y²=25 and mark the point (3,4) with label 'Point A'.
Show three sine curves with phase shifts of π/4, π/2, and π in different colors on one graph.
Create a piecewise function graph that shows y={x<0: -x, x>=0: √x} with the junction point labeled.最佳实践
- Use \pi (LaTeX) in equations and points, but pi (mathjs) in settings
- Apply restrictions with plain math only - no LaTeX commands like \sqrt
- Separate settings from equations with --- on its own line
- Use hex colors for gray, pink, brown and other unsupported names
避免
- Using | in labels (causes parsing errors - use Unicode ∥ instead)
- Mixing LaTeX \sqrt in restrictions (use x^0.5 instead)
- Putting multiple --- separators in one code block
- Using r² or r³ in polar equations (convert to parametric form)
常见问题
desmos-graph에서 어떤 색상이 지원되나요?
pi와 \pi의 차이점은 무엇인가요?
Obsidian에서 Desmos 슬라이더를 사용할 수 있나요?
곡선을 그릴 범위를 제한하려면 어떻게 해야 하나요?
그래프를 렌더링할 때 내 데이터가 안전한가요?
Mermaid나 TikZ와 비교하면 어떻게 되나요?
开发者详情
作者
BitYoungjae许可证
MIT
仓库
https://github.com/BitYoungjae/marketplace/tree/main/plugins/obsidian-blocks/skills/desmos-graphing引用
main
文件结构
📄 SKILL.md