Merge pull request #2558 from daschw/gr-box

fix axis limits with GR framestyle border
This commit is contained in:
Daniel Schwabeneder 2020-04-10 16:02:46 +02:00 committed by GitHub
commit 5da2d85420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1433,6 +1433,7 @@ function gr_display(sp::Subplot{GRBackend}, w, h, viewport_canvas)
gr_set_line(intensity, :solid, yaxis[:foreground_color_border])
gr_set_transparency(yaxis[:foreground_color_border], intensity)
gr_polyline(coords(yborder_segs)...)
GR.setclip(1)
end
end
# end