kplot_get_plotcfg —
get configuration for a plot
#include <cairo.h>
#include <kplot.h>
struct kplotcfg *
kplot_get_plotcfg(struct kplot
*p);
The kplot_get_plotcfg function returns the
struct kplotcfg assigned to a plot with
kplot_alloc(3).
This is never NULL.