add info about default markersize in spy recipe

This commit is contained in:
Daniel Schwabeneder 2017-06-02 17:18:01 +02:00
parent d2e79f33a3
commit 3d3ec2a194

View File

@ -990,6 +990,7 @@ end
markershape := :circle markershape := :circle
end end
if d[:markersize] == default(:markersize) 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 markersize := 1
end end
markerstrokewidth := 0 markerstrokewidth := 0