Skip to content

Instantly share code, notes, and snippets.

View ljubobratovicrelja's full-sized avatar

Relja Ljubobratovic ljubobratovicrelja

  • Novi Sad, Serbia
View GitHub Profile
import cairo : Surface, ImageSurface, Format; // modules from cairod package, to interface with ggplotd.GGPlotD.drawToSurface
import GtkSurface = cairo.Surface; // GtkD Surface ...
import GtkImageSurface = cairo.ImageSurface; // ... and ImageSurface to draw custom image to GtkD Window.
import ggplotd.ggplotd;
import ggplotd.geom;
import ggplotd.aes;
class Figure : Window