Base
RowRegionGateArtist
dataclass
RowRegionGateArtist(
mpl_ax: Any,
xmin,
width,
ymin,
ymin_keepout,
ymax,
ymax_keepout,
color,
)
Bases: GateArtist
A row region gate artist object.
bound box is [y_origin - width/2, y_origin + width/2]
Source code in .venv/lib/python3.12/site-packages/bloqade/visual/animation/base.py
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
|