This is the clnuplot Reference Manual, version 0.2.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 04:40:13 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
clnuplotCommon Lisp interface to GNUPlot.
Gary Warren King <gwking@metabang.com>
Gary Warren King <gwking@metabang.com>
MIT License
0.2.2
cl-containers (system).
cl-mathstats (system).
metabang-bind (system).
trivial-shell (system).
dev (module).
Modules are listed depth-first from the system components tree.
clnuplot/devclnuplot (system).
package.lisp (file).
utilities.lisp (file).
plots.lisp (file).
roc-curves.lisp (file).
plot-window.lisp (file).
notes.text (file).
examples (file).
Files are sorted by type and then listed depth-first from the systems components trees.
clnuplot/clnuplot.asdclnuplot/dev/package.lispclnuplot/dev/utilities.lispclnuplot/dev/plots.lispclnuplot/dev/roc-curves.lispclnuplot/dev/plot-window.lispclnuplot/dev/utilities.lisppackage.lisp (file).
dev (module).
make-string-safe-for-unix (function).
plot-kind->plot-style (function).
plot-kind->point-kind (function).
clnuplot/dev/plots.lisputilities.lisp (file).
dev (module).
*plot-default-directory* (special variable).
*plot-default-host* (special variable).
filename (reader method).
(setf filename) (writer method).
fullpath (function).
histogram (function).
make-plot (method).
scatter-plot (function).
write-plot (generic function).
*plot-data-set-settings* (special variable).
*plot-plot-settings* (special variable).
*plot-ps2pdf-command* (special variable).
comment (reader method).
comment (reader method).
(setf comment) (writer method).
(setf comment) (writer method).
data (reader method).
data->n-buckets (function).
data-sets (reader method).
determine-width (method).
determine-width (method).
filepath (reader method).
(setf filepath) (writer method).
format-value-for-gnuplot (method).
format-value-for-gnuplot (method).
format-value-for-gnuplot (method).
format-value-for-gnuplot (method).
format-value-for-gnuplot (method).
gnuplot (class).
handle-setting (method).
handle-setting (method).
handle-setting (method).
host (reader method).
(setf host) (writer method).
labelsp (method).
make-data-point (method).
make-data-point (method).
make-data-set (method).
plot-abstract (class).
plot-data-set (class).
quick-plot (function).
set-settings (function).
settings (reader method).
settings (reader method).
style (reader method).
(setf style) (writer method).
write-data-set (method).
write-plot-settings (method).
write-plot-settings (method).
clnuplot/dev/roc-curves.lispplots.lisp (file).
dev (module).
make-roc-plot (function).
make-roc-plot-template (function).
roc (function).
roc! (function).
clnuplot/dev/plot-window.lispplots.lisp (file).
dev (module).
*gnuplot-home* (special variable).
write-plot (method).
execute-plot (function).
Packages are listed by definition order.
clnuplotcl-mathstats.
common-lisp.
metabang.bind.
metabang.cl-containers.
metabang.utilities.
*gnuplot-home* (special variable).
*plot-default-directory* (special variable).
*plot-default-host* (special variable).
filename (generic reader).
(setf filename) (generic writer).
fullpath (function).
histogram (function).
make-plot (generic function).
make-roc-plot (function).
make-roc-plot-template (function).
roc (function).
roc! (function).
scatter-plot (function).
write-plot (generic function).
*plot-data-set-settings* (special variable).
*plot-plot-settings* (special variable).
*plot-ps2pdf-command* (special variable).
comment (generic reader).
(setf comment) (generic writer).
data (generic reader).
data->n-buckets (function).
data-sets (generic reader).
determine-width (generic function).
execute-plot (function).
filepath (generic reader).
(setf filepath) (generic writer).
format-value-for-gnuplot (generic function).
gnuplot (class).
handle-setting (generic function).
host (generic reader).
(setf host) (generic writer).
labelsp (generic function).
make-data-point (generic function).
make-data-set (generic function).
make-string-safe-for-unix (function).
plot-abstract (class).
plot-data-set (class).
plot-kind->plot-style (function).
plot-kind->point-kind (function).
quick-plot (function).
set-settings (function).
settings (generic reader).
style (generic reader).
(setf style) (generic writer).
write-data-set (generic function).
write-plot-settings (generic function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Data can either be a single plot or multiple plots. In the first case, it should be a list of pairs of numbers; in the second it should be a list of lists of pairs of numbers.
Returns (as multiple values) a list of points for an ROC curve and a list of
f-measures associated with those points. The ROC curve algorithm is from Tom
Facwett’s ROC Graphs: Notes and Practical Considerations for Data Mining Researchers.
See moab entry fawcett-roc-2003 for more information.
If you know that the examples are already sorted, you can use the sort? keyword to prevent this from sorting them again. The :beta keyword is passed along to the f-measure function. The :weight keyword is provided to handles aggreates of examples.
symbol) data &rest args &key name comment filename plot &allow-other-keys) ¶plot-data-set)) ¶automatically generated reader method
plot-abstract)) ¶automatically generated reader method
plot-data-set)) ¶automatically generated writer method
plot-abstract)) ¶automatically generated writer method
plot-data-set)) ¶automatically generated reader method
data.
plot-abstract)) ¶automatically generated reader method
list)) ¶number)) ¶integer)) ¶symbol)) ¶string)) ¶plot-data-set)) ¶automatically generated reader method
plot-abstract)) ¶automatically generated reader method
plot-data-set)) ¶automatically generated reader method
plot-data-set)) ¶automatically generated writer method
plot-data-set) out) ¶plot-data-set) out) ¶| Initarg | Value |
|---|---|
:host | *plot-default-host* |
:directory | *plot-default-directory* |
"plot"
:filename
:filepath, :directory
(metabang.cl-containers:make-container (quote metabang.cl-containers:simple-associative-container))
This slot is read-only.
(metabang.cl-containers:make-container (quote metabang.cl-containers:stable-associative-container))
This slot is read-only.
:comment
(metabang.cl-containers:make-container (quote metabang.cl-containers:simple-associative-container))
This slot is read-only.
:comment
:style
| Jump to: | (
C D E F G H L M P Q R S W |
|---|
| Jump to: | (
C D E F G H L M P Q R S W |
|---|
| Jump to: | *
C D F H S |
|---|
| Jump to: | *
C D F H S |
|---|
| Jump to: | C D E F G M N P R S U |
|---|
| Jump to: | C D E F G M N P R S U |
|---|