SkillAgentSearch skills...

Vgplot

Common lisp library interfacing to the gnuplot utility

Install / Use

/learn @volkers/Vgplot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vgplot

This common lisp library is an interface to the gnuplot plotting utility.

The intention of the API is to resemble to some of the plot commands of octave or matlab.

Usage

(asdf:load-system :vgplot) or (ql:quickload :vgplot)

(vgplot:plot '(1 2 3) '(0 -2 17))

For examples run the demo function:

(vgplot:demo)

and see API documentation in docs/vgplot.html or on http://volkers.github.io/vgplot/vgplot.html

License

Copyright (C) 2013 - 2021 Volker Sarodnick

mail: (remove #\y (subseq "avoidspamyvolykerysyar@gymyx.net" 9))

GNU General Public License

Related Skills

View on GitHub
GitHub Stars58
CategoryDevelopment
Updated1d ago
Forks10

Languages

Common Lisp

Security Score

95/100

Audited on Mar 27, 2026

No findings