Chart-0.13.1: A library for generating 2D Charts and Plots

Graphics.Rendering.Chart.Gtk

Description

 

Synopsis

Documentation

renderableToWindow :: Renderable a -> Int -> Int -> IO ()Source

Display a renderable in a gtk window.

Note that this is a convenience function that initialises GTK on it's first call, but not subsequent calls. Hence it's unlikely to be compatible with other code using gtk. In that case use createRenderableWindow.