gr: use correct colorbar() routine

This commit is contained in:
Josef Heinen 2017-03-31 16:26:29 +02:00
parent 68c39697a6
commit ffb9878893

View File

@ -421,7 +421,7 @@ end
function gr_colorbar(sp::Subplot)
if sp[:colorbar] != :none
gr_set_viewport_cmap(sp)
GR.colormap()
GR.colorbar()
gr_set_viewport_plotarea()
end
end