Source code for qblox_scheduler.schedules._visualization.constants
# Repository: https://gitlab.com/qblox/packages/software/qblox-scheduler
# Licensed according to the LICENSE file on the main branch
#
# Copyright 2020-2025, Quantify Consortium
# Copyright 2025, Qblox B.V.
"""Constants used for drawing figures."""
# draw circuit diagram mpl color scheme
[docs]
COLOR_LAZURE = "#92bddf"
[docs]
COLOR_ORANGE = "#ff6314"
[docs]
COLOR_DARK_MODE_LINE = "0.1"
# draw circuit diagram mpl scaling
[docs]
METER_WEDGE_RADIUS = 0.4
[docs]
METER_WEDGE_HEIGHT_SCALING = 1.40
[docs]
METER_ARROW_HEIGHT_SCALING = 3.0
[docs]
ACQ_METER_LINEWIDTH = 0.5
[docs]
CTRL_FLOW_ARROW_LINEWIDTH = 2