CL-PLOT
Plotting library for CL (and, mostly, LW CAPI). The library is organized around the following concepts:

  • Datasets can be 2D or 3D (not yet). Each dataset contains data points that have the appropriate format.
  • A graph is a container for the datasets and encapsulates the way a given set of datasets can be displayed.
  • A device is the "output sink" of the plotting commands. Typically it is a window in a given gui.
Repository: https://gitlab.common-lisp.net/mantoniotti/cl-plot


MIT-LICENSE