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
370
370
raw """
371
371
_setup_bloch_plot!(location) -> (fig, lscene)
372
372
373
- Initialize the figure and `3D` axis for Bloch sphere visualization.
373
+ Initialize the Figure and LScene for Bloch sphere visualization.
374
374
375
375
# 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.
377
377
378
378
# Returns
379
379
- `fig`: Created Makie figure
380
380
- `lscene`: Configured LScene object
381
-
382
- Sets up the `3D` coordinate system with appropriate limits and view angles.
383
381
"""
384
382
function _setup_bloch_plot! (location)
385
383
fig, location = _getFigAndLocation (location)
398
396
raw """
399
397
_setup_bloch_camara!(b::Bloch, lscene)
400
398
401
- Setup the distance and viewing angle of the camara.
399
+ Setup the distance and view angle of the camara.
402
400
"""
403
401
function _setup_bloch_camara! (b:: Bloch , lscene)
404
402
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