Merge pull request #763 from jheinen/dev

gr: use correct colorbar() routine
This commit is contained in:
Josef Heinen 2017-04-10 12:58:10 +02:00 committed by GitHub
commit abcc4b6739

View File

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