racket/collects/plot/scribblings/custom.scrbl
2011-10-06 19:02:31 -06:00

12 lines
397 B
Racket

#lang scribble/manual
@(require "common.rkt")
@title[#:tag "custom"]{Making Custom Plot Renderers}
@defmodule[plot/custom]
Eventually, enough of the underlying PLoT API will be exposed that anyone can create new @tech{renderers}.
However, the underlying API still changes too often.
As soon as it settles, @racketmodname[plot/custom] will export it, and this page will document how to use it.