Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View platawiec's full-sized avatar

Pawel Latawiec platawiec

View GitHub Profile
@Mattriks
Mattriks / gg.jl
Created April 16, 2020 11:57
Custom guides in Gadfly
module gg
using Compose, Gadfly
PositionedGuide = Guide.PositionedGuide
top_guide_position = Guide.top_guide_position
right_guide_position = Guide.right_guide_position
struct Marginal <: Gadfly.GuideElement
side::String