Skip to content

Commit

Permalink
Put all plots in the same view
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 21, 2024
1 parent ad714ec commit 5de2bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ fn run(args: &Args) -> anyhow::Result<()> {
rec.set_time_nanos("time", star.time.timestamp_nanos_opt().unwrap());

rec.log(
series.to_string(),
rerun::entity_path!(series),
&rerun::Scalar::new(rerun::components::Scalar(count as f64)),
)?;
}
Expand Down

0 comments on commit 5de2bd1

Please sign in to comment.