add info about default markersize in spy recipe
This commit is contained in:
parent
d2e79f33a3
commit
3d3ec2a194
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user