Skip to content

Commit

Permalink
Merge aa837bb into 7bb2a29
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Jul 19, 2021
2 parents 7bb2a29 + aa837bb commit b464113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/gr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,7 @@ end
function gr_draw_contour(series, x, y, z, clims)
GR.setspace(clims[1], clims[2], 0, 90)
gr_set_line(get_linewidth(series), get_linestyle(series), get_linecolor(series), series)
gr_set_transparency(get_fillalpha(series))
is_lc_black = let black=plot_color(:black)
plot_color(series[:linecolor]) in (black,[black])
end
Expand Down

0 comments on commit b464113

Please sign in to comment.