Commit 771e1b72 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

add the margin-... arguments to the plot/add-axes command

parent 500a94a4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
(layout/add-margins margin 2em)

(default limit-y (0 20000000))
(default limit-x (1404278100 1404299700))

+69 −69

File changed.

Preview size limit exceeded, changes collapsed.

+0 −2
Original line number Diff line number Diff line
(set-height 480px)
(set-width 1200px)

(layout/add-margins margin 2em)

(default limit-y (-50 50))

(plot/add-axes
+60 −60

File changed.

Preview size limit exceeded, changes collapsed.

+0 −2
Original line number Diff line number Diff line
(set-height 480px)
(set-width 1200px)

(layout/add-margins margin 2em)

(default limit-x (0 150))
(default limit-y (1404278100 1404299700))

Loading