Skip to content

Commit

Permalink
More fixes to transioplot.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 30, 2024
1 parent 51fcfd3 commit 5f9106a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/transioplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ function transioplot(
# polar radius
rs = t.rs

# hide hole at center
rs = [zero(eltype(rs)); rs]

# transioplane values
hs = t.hs

Expand All @@ -94,7 +97,6 @@ function transioplot(
H = reduce(hcat, h)

# hide hole at center
rs = [zero(eltype(rs)); rs]
H = [H[1:1, :]; H]

# transpose for plotting
Expand Down

0 comments on commit 5f9106a

Please sign in to comment.