Module Gtkplot


module Gtkplot: sig .. end
LablGTK2 interface

val plotter_of_gdk_drawables : ?err_channel:Pervasives.out_channel ->
[> `drawable ] Gobject.obj ->
?drawable2:Gdk.pixmap -> Plot.plotter_parameter list -> Plot.plotter
Low-level function : creates a plotter that draws on one or two Gdk drawables
val plotter_of_pixmap : ?err_channel:Pervasives.out_channel ->
Plot.plotter_parameter list -> GDraw.pixmap -> Plot.plotter
Draws on an (off-screen) GDraw.pixmap