Matplotlib
Matplotlib for Chez Scheme
Install / Use
/learn @guenchi/MatplotlibREADME
Matplotlib for Chez Scheme

powerful plotting library built on the popular Matplotlib
Notice: MacOS 10.14.6 has a backend bug: Tck.Tk will crash the MacOS so Matplotlib may not run on this version of system.

(define x (np-arange (int 0) (int 10) (float 0.1)))
(define y (np-sin x))
(plt-plot y)
(plt-show)

(define x (np-linspace (int 0) (int 10) (int 100)))
(define y (np-exp (np-negative x)))
(plt-plot y)
(plt-show)
Depencies:
https://guenchi.github.io/Darkart
https://github.com/python/cpython
https://github.com/matplotlib/matplotlib
The Darkart ecosystem:
https://guenchi.github.io/NumPy
https://guenchi.github.io/SciPy
https://guenchi.github.io/SymPy
https://guenchi.github.io/Matplotlib
https://guenchi.github.io/Pandas
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
