Skip to content

Commit

Permalink
Two spaces for bullet lists
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Jan 9, 2022
1 parent 21be7d0 commit 37451f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions qutip/visualization.py
Expand Up @@ -204,15 +204,15 @@ def hinton(rho, xlabels=None, ylabels=None, title=None, ax=None, cmap=None,
color_style : string
Determines how colors are assigned to each square:
- If set to ``"scaled"`` (default), each color is chosen by
passing the absolute value of the corresponding matrix
element into `cmap` with the sign of the real part.
- If set to ``"threshold"``, each square is plotted as
the maximum of `cmap` for the positive real part and as
the minimum for the negative part of the matrix element;
note that this generalizes `"threshold"` to complex numbers.
- If set to ``"phase"``, each color is chosen according to
the angle of the corresponding matrix element.
- If set to ``"scaled"`` (default), each color is chosen by
passing the absolute value of the corresponding matrix
element into `cmap` with the sign of the real part.
- If set to ``"threshold"``, each square is plotted as
the maximum of `cmap` for the positive real part and as
the minimum for the negative part of the matrix element;
note that this generalizes `"threshold"` to complex numbers.
- If set to ``"phase"``, each color is chosen according to
the angle of the corresponding matrix element.
Returns
-------
Expand Down

0 comments on commit 37451f2

Please sign in to comment.