Merge pull request #2474 from JuliaPlots/bbs/markershape

reduce markershape
This commit is contained in:
Simon Christ 2020-03-17 10:01:12 +01:00 committed by GitHub
commit c771739b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
if marker isa Shape if marker isa Shape
x = marker.x x = marker.x
y = marker.y y = marker.y
scale_factor = 0.025 scale_factor = 0.00125
mark_size = opt[:markersize] * scale_factor mark_size = opt[:markersize] * scale_factor
path = join( path = join(
[ [