Skip to content

Commit

Permalink
Put labels in NHS composition viz
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem12345 authored Feb 28, 2024
1 parent 46c0202 commit d9a9007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/nhs.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ tracer_composition = @relation () begin
continuity(FD,v,c)
end
to_graphviz(tracer_composition)
to_graphviz(tracer_composition, box_labels=:name, junction_labels=:variable, prog="circo")
```

Let's "lock in" isotropic diffusivity by doing an intermediate oapply.
Expand Down Expand Up @@ -142,7 +142,7 @@ nonhydrostatic_composition = @relation () begin
# => The b term in momentum is that described by the equation of state here.
eos(b, T, S)
end
to_graphviz(nonhydrostatic_composition)
to_graphviz(nonhydrostatic_composition, box_labels=:name, junction_labels=:variable, prog="circo")
```


Expand Down

0 comments on commit d9a9007

Please sign in to comment.