fix heatmap with x and y specifying edges in gr
This commit is contained in:
parent
23b852da8f
commit
729219f5a0
@ -1537,7 +1537,7 @@ function gr_add_series(sp, series)
|
||||
dmin, dmax = GR.gr3.volume(y.v, 0)
|
||||
elseif st in (:heatmap, :image)
|
||||
if !ispolar(series)
|
||||
x, y = heatmap_edges(x, xscale, y, yscale, size(z))
|
||||
x, y = heatmap_edges(x, xscale, y, yscale, reverse(size(z)))
|
||||
end
|
||||
if st === :heatmap
|
||||
gr_draw_heatmap(series, x, y, z, clims)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user