Merge pull request #763 from jheinen/dev
gr: use correct colorbar() routine
This commit is contained in:
commit
abcc4b6739
@ -422,7 +422,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