# Send both columns in a single call.
rr.send_columns(
"scalars",
times=[rr.TimeSequenceColumn("step", times)],
components=[rr.components.ScalarBatch(scalars)],
)
PhaseRerun need a new method to_rerun_cols or a new arg in to_rerun.
This would require to gather first and then display. instead of compute, display, compute, diplay, etc...
use this rerun commands :
PhaseRerun
need a new methodto_rerun_cols
or a new arg into_rerun
.This would require to gather first and then display. instead of compute, display, compute, diplay, etc...