Merge pull request #698 from joshday/jd_gr_label

Change GR label for scatterplot
This commit is contained in:
Tom Breloff 2017-02-22 10:58:49 -05:00 committed by GitHub
commit 48e8cb5eb1

View File

@ -1017,7 +1017,7 @@ function gr_display(sp::Subplot{GRBackend}, w, h, viewport_canvas)
end
if series[:markershape] != :none
gr_draw_markers(series, xpos-[0.06,0.02], [ypos,ypos], 10, nothing)
gr_draw_markers(series, xpos - .035, ypos, 6, nothing)
end
if typeof(series[:label]) <: Array