KPLOT_FREE(3)
Library Functions Manual
KPLOT_FREE(3)
NAME
kplot_free
—
free plotting context
LIBRARY
library “libkplot”
SYNOPSIS
#include <
cairo.h
>
#include <
kplot.h
>
void
kplot_free
(
struct kplot *p
);
DESCRIPTION
The
kplot_free
function frees a plotting context created by
kplot_alloc(3)
. In doing so, it dereferences (possibly freeing) all data sources added with
kplot_attach_data(3)
,
kplot_attach_datas(3)
and
kplot_attach_smooth(3)
.
SEE ALSO
kplot(3)
,
kplot_alloc(3)
January 26, 2015
OpenBSD 5.8