Skip to content

Commit

Permalink
Change labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Sep 13, 2023
1 parent 71e206c commit a71cc84
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/src/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ hidespines!(ax1) # hide
hidedecorations!(ax2) # hide
hidespines!(ax2) # hide
Label(fig[1, 1, Bottom()], "Original Tensor Network") # hide
Label(fig[1, 2, Bottom()], "Transformed Tensor Network") # hide
Label(fig[1, 1, Bottom()], "Original") # hide
Label(fig[1, 2, Bottom()], "Transformed") # hide
fig # hide
```
Expand Down Expand Up @@ -139,8 +139,8 @@ smooth_annotation!( #hide
phase_shift = 1.9) #hide
plot!(fig[1, 2], reduced, layout=Spring(iterations=1000, C=0.5, seed=100), node_color=[orange, orange, red, :black, :black, :black, :black, :black]) #hide
Label(fig[1, 1, Bottom()], "Original Tensor Network") #hide
Label(fig[1, 2, Bottom()], "Transformed Tensor Network") #hide
Label(fig[1, 1, Bottom()], "Original") #hide
Label(fig[1, 2, Bottom()], "Transformed") #hide
fig #hide
```
Expand Down Expand Up @@ -199,8 +199,8 @@ smooth_annotation!( #hide
phase_shift = 0) #hide
plot!(fig[1, 2], reduced, layout=Spring(iterations=1000, C=0.5, seed=1); node_color=[red, orange, orange, :black, :black, :black, :black, :black]) #hide
Label(fig[1, 1, Bottom()], "Original Tensor Network") #hide
Label(fig[1, 2, Bottom()], "Transformed Tensor Network") #hide
Label(fig[1, 1, Bottom()], "Original") #hide
Label(fig[1, 2, Bottom()], "Transformed") #hide
fig #hide
```
Expand Down Expand Up @@ -252,8 +252,8 @@ smooth_annotation!( #hide
fluctuation_amplitude = 0.02, #hide
phase_shift = 0) #hide
Label(fig[1, 1, Bottom()], "Original Tensor Network") #hide
Label(fig[1, 2, Bottom()], "Transformed Tensor Network") #hide
Label(fig[1, 1, Bottom()], "Original") #hide
Label(fig[1, 2, Bottom()], "Transformed") #hide
plot!(fig[1, 2], reduced, layout=Spring(iterations=2000, C=40, seed=8); node_color=[red, orange, orange, :black, :black, :black]) #hide
fig #hide
Expand Down Expand Up @@ -305,8 +305,8 @@ smooth_annotation!( #hide
fluctuation_amplitude = 0.18, #hide
phase_shift = 0.8) #hide
Label(fig[1, 1, Bottom()], "Original Tensor Network") #hide
Label(fig[1, 2, Bottom()], "Transformed Tensor Network") #hide
Label(fig[1, 1, Bottom()], "Original") #hide
Label(fig[1, 2, Bottom()], "Transformed") #hide
plot!(fig[1, 2], reduced, layout=Spring(iterations=10000, C=13, seed=151); node_color=[orange, orange, red, red, red, :black, :black, :black, :black]) #hide
fig #hide
Expand Down

0 comments on commit a71cc84

Please sign in to comment.