margin default to 1mm

This commit is contained in:
Thomas Breloff 2016-07-09 14:54:44 -04:00
parent 5407fa73f8
commit b8b5a33833

View File

@ -242,7 +242,7 @@ const _subplot_defaults = KW(
:annotations => [], # annotation tuples... list of (x,y,annotation) :annotations => [], # annotation tuples... list of (x,y,annotation)
:projection => :none, # can also be :polar or :3d :projection => :none, # can also be :polar or :3d
:aspect_ratio => :none, # choose from :none or :equal :aspect_ratio => :none, # choose from :none or :equal
:margin => 2mm, :margin => 1mm,
:left_margin => :match, :left_margin => :match,
:top_margin => :match, :top_margin => :match,
:right_margin => :match, :right_margin => :match,