From fd947ab8872727da7128063395802a7a990e7633 Mon Sep 17 00:00:00 2001 From: Josh Day Date: Wed, 22 Feb 2017 10:40:16 -0500 Subject: [PATCH] only one, smaller gr marker --- src/backends/gr.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/gr.jl b/src/backends/gr.jl index f79258ab..c17df76e 100644 --- a/src/backends/gr.jl +++ b/src/backends/gr.jl @@ -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