remove unnecessary lines

This commit is contained in:
Daniel Schwabeneder 2017-10-09 17:20:36 +02:00
parent 55c968f138
commit bac192d825

View File

@ -342,10 +342,6 @@ function gr_draw_markers(series::Series, x, y, clims)
mz = normalize_zvals(series[:marker_z], clims)
GR.setfillintstyle(GR.INTSTYLE_SOLID)
gr_draw_markers(series, x, y, series[:markersize], mz)
# if hascolorbar(series[:subplot])
# GR.setscale(0)
# gr_colorbar(series[:subplot], clims)
# end
end
# ---------------------------------------------------------
@ -447,12 +443,6 @@ function gr_set_viewport_polar()
end
# add the colorbar
function gr_colorbar(sp::Subplot)
gr_set_viewport_cmap(sp)
GR.colorbar()
gr_set_viewport_plotarea()
end
function gr_colorbar(sp::Subplot, clims)
xmin, xmax = gr_xy_axislims(sp)[1:2]
gr_set_viewport_cmap(sp)