Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the plot Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Wed Jun 15 05:33:54 2022 GMT+0.
Next: Systems, Previous: The plot Reference Manual, Up: The plot Reference Manual [Contents][Index]
The Plot system provides a way to visualise data. It includes functions for text-based plotting that work in the REPL, and JavaScript visualisations that are rendered in a browser. It is designed as a front end 'grammar', modeled after that Grammar of Graphics and implemented with various back ends. Currently Vega-Lite is complete as a backend. It is integrated with data-frame, and can also be used independently.
To get a local copy up and running follow these steps:
An ANSI Common Lisp implementation. Developed and tested with SBCL and CCL.
To make the system accessible to ASDF (a build facility, similar to make
in the C world), clone the repository in a directory ASDF knows about. By default the common-lisp
directory in your home directory is known. Create this if it doesn't already exist and then:
cd ~/common-lisp && \
git clone https://github.com/Lisp-Stat/plot
(asdf:clear-source-registry)
(asdf:load-system :plot/vglt)
If you have installed the slime ASDF extensions, you can invoke this with a comma (',') from the slime REPL.
To get the third party systems that these system may depend on you can use a dependency manager, such as Quicklisp or CLPM Once installed, get the dependencies with either of:
(clpm-client:sync :sources "clpi") ;sources may vary
(ql:quickload :plot)
You need do this only once. After obtaining the dependencies, you can
load the system with ASDF
as described above without first syncing
sources.
For examples, please refer to the Documentation.
See the open issues for a list of proposed features and known issues.
This system is part of the Lisp-Stat project; that should be your first stop for information. Also see the resources and community pages for more information.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Please see CONTRIBUTING for details on the code of conduct, and the process for submitting pull requests.
Distributed under the MS-PL License. See LICENSE for more information.
Project Link: https://github.com/lisp-stat/plot
Next: Files, Previous: Introduction, Up: The plot Reference Manual [Contents][Index]
The main system appears first, followed by any subsystem dependency.
Plots for Common Lisp
Steve Nunez <steve@symbolics.tech>
MS-PL
A plotting system for Common Lisp
1.0
Next: Packages, Previous: Systems, Up: The plot Reference Manual [Contents][Index]
Files are sorted by type and then listed depth-first from the systems components trees.
Next: plot/browser.lisp, Previous: plot/pkgdcl.lisp, Up: Lisp [Contents][Index]
pkgdcl.lisp (file).
plot (system).
Next: plot/plot.lisp, Previous: plot/init.lisp, Up: Lisp [Contents][Index]
init.lisp (file).
plot (system).
Previous: plot/browser.lisp, Up: Lisp [Contents][Index]
browser.lisp (file).
plot (system).
plot-from-file (function).
Next: Definitions, Previous: Files, Up: The plot Reference Manual [Contents][Index]
Packages are listed by definition order.
common-lisp.
Next: Indexes, Previous: Packages, Up: The plot Reference Manual [Contents][Index]
Definitions are sorted by export status, category, package, and then by lexicographic order.
Next: Internals, Previous: Definitions, Up: Definitions [Contents][Index]
Next: Ordinary functions, Previous: Public Interface, Up: Public Interface [Contents][Index]
Previous: Special variables, Up: Public Interface [Contents][Index]
Open plot specification FILESPEC
Previous: Public Interface, Up: Definitions [Contents][Index]
Next: Ordinary functions, Previous: Internals, Up: Internals [Contents][Index]
Previous: Special variables, Up: Internals [Contents][Index]
Turns OPTIONS, an alist, into a command line argument list according to ARG-FORMAT
plot.
Encode command line options for Chrome
plot.
Set the windows size in *default-browser-options*
plot.
Previous: Definitions, Up: The plot Reference Manual [Contents][Index]
Jump to: | %
E F P S |
---|
Jump to: | %
E F P S |
---|
Next: Data types, Previous: Functions, Up: Indexes [Contents][Index]
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | B F I P S |
---|
Jump to: | B F I P S |
---|