Skip to content

Commit 2a3e56a

Browse files
committed
remove rasterize setting for plotting arrows in Bloch
1 parent 8c3d812 commit 2a3e56a

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,
692+
# rasterize = 3, #TODO: maybe uncomment this after https://github.com/MakieOrg/Makie.jl/issues/5259 is fixed
693693
)
694694
end
695695
return nothing

0 commit comments

Comments
 (0)