@@ -803,7 +803,7 @@ function _add_labels!(b::Bloch, ax)
803803 position = Point3f (0 , - offset_scale * b. xlpos[1 ], 0 ),
804804 color = label_color,
805805 fontsize = label_size,
806- align = (:center , :center )
806+ align = (:center , :center ),
807807 )
808808 end
809809 if length (b. xlabel) > 1 && ! isempty (b. xlabel[2 ])
@@ -813,7 +813,7 @@ function _add_labels!(b::Bloch, ax)
813813 position = Point3f (0 , - offset_scale * b. xlpos[2 ], 0 ),
814814 color = label_color,
815815 fontsize = label_size,
816- align = (:center , :center )
816+ align = (:center , :center ),
817817 )
818818 end
819819 if ! isempty (b. ylabel) && ! isempty (b. ylabel[1 ])
@@ -823,7 +823,7 @@ function _add_labels!(b::Bloch, ax)
823823 position = Point3f (offset_scale * b. ylpos[1 ], 0 , 0 ),
824824 color = label_color,
825825 fontsize = label_size,
826- align = (:center , :center )
826+ align = (:center , :center ),
827827 )
828828 end
829829 if length (b. ylabel) > 1 && ! isempty (b. ylabel[2 ])
@@ -833,7 +833,7 @@ function _add_labels!(b::Bloch, ax)
833833 position = Point3f (offset_scale * b. ylpos[2 ], 0 , 0 ),
834834 color = label_color,
835835 fontsize = label_size,
836- align = (:center , :center )
836+ align = (:center , :center ),
837837 )
838838 end
839839 if ! isempty (b. zlabel) && ! isempty (b. zlabel[1 ])
@@ -843,7 +843,7 @@ function _add_labels!(b::Bloch, ax)
843843 position = Point3f (0 , 0 , offset_scale * b. zlpos[1 ]),
844844 color = label_color,
845845 fontsize = label_size,
846- align = (:center , :center )
846+ align = (:center , :center ),
847847 )
848848 end
849849 if length (b. zlabel) > 1 && ! isempty (b. zlabel[2 ])
@@ -853,7 +853,7 @@ function _add_labels!(b::Bloch, ax)
853853 position = Point3f (0 , 0 , offset_scale * b. zlpos[2 ]),
854854 color = label_color,
855855 fontsize = label_size,
856- align = (:center , :center )
856+ align = (:center , :center ),
857857 )
858858 end
859859end
0 commit comments