increase bottom margin to 20px; fixes #810
This commit is contained in:
parent
886386508c
commit
b88d26ce77
@ -269,7 +269,7 @@ function plotly_layout(plt::Plot)
|
|||||||
w, h = plt[:size]
|
w, h = plt[:size]
|
||||||
d_out[:width], d_out[:height] = w, h
|
d_out[:width], d_out[:height] = w, h
|
||||||
d_out[:paper_bgcolor] = rgba_string(plt[:background_color_outside])
|
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[]
|
d_out[:annotations] = KW[]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user