increase bottom margin to 20px; fixes #810

This commit is contained in:
fuzzybear3965 2017-05-09 12:29:35 -04:00
parent 886386508c
commit b88d26ce77

View File

@ -269,7 +269,7 @@ function plotly_layout(plt::Plot)
w, h = plt[:size]
d_out[:width], d_out[:height] = w, h
d_out[:paper_bgcolor] = rgba_string(plt[:background_color_outside])
d_out[:margin] = KW(:l=>0, :b=>0, :r=>0, :t=>20)
d_out[:margin] = KW(:l=>0, :b=>20, :r=>0, :t=>20)
d_out[:annotations] = KW[]