expand view port

This commit is contained in:
lokeshh 2017-01-11 12:10:42 +00:00
parent 3236e06fb9
commit 0bb7aecf06

View File

@ -491,7 +491,7 @@ function gr_display(plt::Plot)
# subplots: # subplots:
for sp in plt.subplots for sp in plt.subplots
gr_display(sp, w*px, h*px, viewport_canvas) gr_display(sp, 1.2*w*px, 1.2*h*px, viewport_canvas)
end end
GR.updatews() GR.updatews()