Merge pull request #754 from jheinen/dev

gr: use correct colorbar() routine
This commit is contained in:
Josef Heinen 2017-03-31 16:28:18 +02:00 committed by GitHub
commit fac39344f4

View File

@ -425,7 +425,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