commit
824d502c37
@ -1,7 +1,7 @@
|
|||||||
name = "Plots"
|
name = "Plots"
|
||||||
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
||||||
author = ["Tom Breloff (@tbreloff)"]
|
author = ["Tom Breloff (@tbreloff)"]
|
||||||
version = "1.0.5"
|
version = "1.0.6"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
||||||
|
|||||||
@ -1424,8 +1424,9 @@ function gr_display(sp::Subplot{GRBackend}, w, h, viewport_canvas)
|
|||||||
end
|
end
|
||||||
|
|
||||||
# border
|
# border
|
||||||
intensity = sp[:framestyle] == :semi ? 0.5 : 1.0
|
intensity = sp[:framestyle] == :semi ? 0.5 : 1
|
||||||
if sp[:framestyle] in (:box, :semi)
|
if sp[:framestyle] in (:box, :semi)
|
||||||
|
GR.setclip(0)
|
||||||
gr_set_line(intensity, :solid, xaxis[:foreground_color_border])
|
gr_set_line(intensity, :solid, xaxis[:foreground_color_border])
|
||||||
gr_set_transparency(xaxis[:foreground_color_border], intensity)
|
gr_set_transparency(xaxis[:foreground_color_border], intensity)
|
||||||
gr_polyline(coords(xborder_segs)...)
|
gr_polyline(coords(xborder_segs)...)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user