Skip to content

bloqade.lanes.visualize.artist.AODYLines

← Module overview

classAODYLinessource

bloqade.lanes.visualize.artist.AODYLines

Bases: Renderer

Signature
class AODYLines(ax: Axes, aod_y: list[interp1d], plot_params: PlotParameters)

Parameters

NameTypeDescription
axAxes
aod_ylist[interp1d]
plot_paramsPlotParameters

Attributes

NameTypeDescription
axAxes
aod_ylist[interp1d]
plot_paramsPlotParameters

methodmax_timesource

bloqade.lanes.visualize.artist.AODYLines.max_time

def max_time() -> float

Returns

float

source

methodupdatesource

bloqade.lanes.visualize.artist.AODYLines.update

def update(time: float)

Parameters

NameTypeDescription
timefloat
source