gr: use correct colorbar() routine
This commit is contained in:
parent
68c39697a6
commit
ffb9878893
@ -421,7 +421,7 @@ end
|
|||||||
function gr_colorbar(sp::Subplot)
|
function gr_colorbar(sp::Subplot)
|
||||||
if sp[:colorbar] != :none
|
if sp[:colorbar] != :none
|
||||||
gr_set_viewport_cmap(sp)
|
gr_set_viewport_cmap(sp)
|
||||||
GR.colormap()
|
GR.colorbar()
|
||||||
gr_set_viewport_plotarea()
|
gr_set_viewport_plotarea()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user