bloqade.lanes.visualize.artist.PlotParameters
← Module overview
class
property
sourceproperty
sourceproperty
sourceproperty
sourceproperty
sourceproperty
source
classPlotParameters¶source
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
| Name | Type | Default | Description |
|---|---|---|---|
scale | float | required | |
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' |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
scale | float | required | |
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' |
propertyatom_plot_args¶source
bloqade.lanes.visualize.artist.PlotParameters.atom_plot_args
atom_plot_args: MappingProxyType[str, Any]propertygate_spot_args¶source
bloqade.lanes.visualize.artist.PlotParameters.gate_spot_args
gate_spot_args: MappingProxyType[str, Any]propertyslm_plot_args¶source
bloqade.lanes.visualize.artist.PlotParameters.slm_plot_args
slm_plot_args: MappingProxyType[str, Any]propertyaod_line_args¶source
bloqade.lanes.visualize.artist.PlotParameters.aod_line_args
aod_line_args: MappingProxyType[str, Any]propertyaod_marker_args¶source
bloqade.lanes.visualize.artist.PlotParameters.aod_marker_args
aod_marker_args: MappingProxyType[str, Any]propertyatom_label_args¶source
bloqade.lanes.visualize.artist.PlotParameters.atom_label_args
atom_label_args: MappingProxyType[str, Any]