File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -370,16 +370,14 @@ end
370370raw """
371371 _setup_bloch_plot!(location) -> (fig, lscene)
372372
373- Initialize the figure and `3D` axis for Bloch sphere visualization.
373+ Initialize the Figure and LScene for Bloch sphere visualization.
374374
375375# Arguments
376- - `location`: Figure layout position specification, or directly `Makie.LScene` for update
376+ - `location`: Figure layout position specification, or directly `Makie.LScene` for updating Bloch sphere.
377377
378378# Returns
379379- `fig`: Created Makie figure
380380- `lscene`: Configured LScene object
381-
382- Sets up the `3D` coordinate system with appropriate limits and view angles.
383381"""
384382function _setup_bloch_plot! (location)
385383 fig, location = _getFigAndLocation (location)
398396raw """
399397 _setup_bloch_camara!(b::Bloch, lscene)
400398
401- Setup the distance and viewing angle of the camara.
399+ Setup the distance and view angle of the camara.
402400"""
403401function _setup_bloch_camara! (b:: Bloch , lscene)
404402 length (b. view) == 2 || throw (ArgumentError (" The length of `Bloch.view` must be 2." ))
You can’t perform that action at this time.
0 commit comments