From 3d3ec2a1940356fe10e521b26e91c63a31169536 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Fri, 2 Jun 2017 17:18:01 +0200 Subject: [PATCH] add info about default markersize in spy recipe --- src/recipes.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/recipes.jl b/src/recipes.jl index 9f647f73..ec02911f 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -990,6 +990,7 @@ end markershape := :circle end if d[:markersize] == default(:markersize) + info("In the spy recipe the default markersize is 1. If you are viewing a small matrix, you may consider increasing it with the markersize attribute.") markersize := 1 end markerstrokewidth := 0