fix axis limits with GR framestyle border

This commit is contained in:
Daniel Schwabeneder 2020-04-10 15:15:36 +02:00
parent 824d502c37
commit 5f524d039f

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_line(intensity, :solid, yaxis[:foreground_color_border])
gr_set_transparency(yaxis[:foreground_color_border], intensity) gr_set_transparency(yaxis[:foreground_color_border], intensity)
gr_polyline(coords(yborder_segs)...) gr_polyline(coords(yborder_segs)...)
GR.setclip(1)
end end
end end
# end # end