Hello, I’m using wandb’s line plot, via
wandb.log({plot_key: wandb.plot.line(table, "x", "y", title=plot_key)}, global_step)
In the UI, I always see these tables named runs.summary[plot name], and then the line plot comes after. I’m wondering is there an option to not show these tables? Thanks!