Skip to content

Commit 66108ab

Browse files
committed
fix typo
1 parent 9a8adb7 commit 66108ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/QuantumToolboxMakieExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ function _draw_bloch_sphere!(b::Bloch, lscene)
434434
x_ring = radius * sin(ϕ) .* cos.(θ_curve)
435435
y_ring = radius * sin(ϕ) .* sin.(θ_curve)
436436
z_ring = fill(radius * cos(ϕ), length(θ_curve))
437-
lines!(lscene, x_ring, y_ring, z_ring; color = b.frame_color, alpha = b.frame_alpha)
437+
lines!(lscene, x_ring, y_ring, z_ring; color = b.frame_color, alpha = b.frame_alpha, linewidth = b.frame_width)
438438
end
439439
return nothing
440440
end

0 commit comments

Comments
 (0)