Skip to content

Commit e8ec73f

Browse files
authored
Reuse rasterize in Bloch (#568)
1 parent d44d251 commit e8ec73f

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
@@ -689,7 +689,7 @@ function _plot_vectors!(b::Bloch, lscene)
689689
shaftradius = b.vector_width,
690690
tiplength = b.vector_tiplength,
691691
tipradius = b.vector_tipradius,
692-
# rasterize = 3, #TODO: maybe uncomment this after https://github.com/MakieOrg/Makie.jl/issues/5259 is fixed
692+
rasterize = 3,
693693
)
694694
end
695695
return nothing

0 commit comments

Comments
 (0)