Skip to content

bloqade.lanes.visualize.artist.PlotParameters

← Module overview

classPlotParameterssource

bloqade.lanes.visualize.artist.PlotParameters

Signature
class PlotParameters(scale: float, atom_marker: str = 'o', aod_marker: str = '+', local_r_color: str = 'tab:blue', local_rz_color: str = 'tab:green', global_r_color: str = 'tab:blue', global_rz_color: str = 'tab:green', cz_color: str = 'tab:red', aod_line_color: str = QuEraColorCode.AodLineColor, atom_color: str = QuEraColorCode.Purple, aod_line_style: str = 'dashed')

Parameters

NameTypeDefaultDescription
scalefloatrequired
atom_markerstr'o'
aod_markerstr'+'
local_r_colorstr'tab:blue'
local_rz_colorstr'tab:green'
global_r_colorstr'tab:blue'
global_rz_colorstr'tab:green'
cz_colorstr'tab:red'
aod_line_colorstrQuEraColorCode.AodLineColor
atom_colorstrQuEraColorCode.Purple
aod_line_stylestr'dashed'

Attributes

NameTypeDefaultDescription
scalefloatrequired
atom_markerstr'o'
aod_markerstr'+'
local_r_colorstr'tab:blue'
local_rz_colorstr'tab:green'
global_r_colorstr'tab:blue'
global_rz_colorstr'tab:green'
cz_colorstr'tab:red'
aod_line_colorstrQuEraColorCode.AodLineColor
atom_colorstrQuEraColorCode.Purple
aod_line_stylestr'dashed'

propertyatom_plot_argssource

bloqade.lanes.visualize.artist.PlotParameters.atom_plot_args

atom_plot_args: MappingProxyType[str, Any]
source

propertygate_spot_argssource

bloqade.lanes.visualize.artist.PlotParameters.gate_spot_args

gate_spot_args: MappingProxyType[str, Any]
source

propertyslm_plot_argssource

bloqade.lanes.visualize.artist.PlotParameters.slm_plot_args

slm_plot_args: MappingProxyType[str, Any]
source

propertyaod_line_argssource

bloqade.lanes.visualize.artist.PlotParameters.aod_line_args

aod_line_args: MappingProxyType[str, Any]
source

propertyaod_marker_argssource

bloqade.lanes.visualize.artist.PlotParameters.aod_marker_args

aod_marker_args: MappingProxyType[str, Any]
source

propertyatom_label_argssource

bloqade.lanes.visualize.artist.PlotParameters.atom_label_args

atom_label_args: MappingProxyType[str, Any]
source