Skip to content

Commit fdf4b6c

Browse files
committed
first commit
1 parent 1a9dcce commit fdf4b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/HoneycombAntiferromagnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ sp=log.(sp.+1)
142142
143143
144144
using Plots
145-
heatmap(1:3*N+1,w,(sp[1,:,:]+sp[2,:,:]+sp[3,:,:])',yrange=(0,4),clims=(0,maximum(sp)/100))
145+
heatmap(1:3*N+1,w,(sp[1,:,:]+sp[2,:,:]+sp[3,:,:])',yrange=(0,4),clims=(0,maximum(sp)/10000))
146146
```
147147

148148

0 commit comments

Comments
 (0)