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!
Hi @kaiwenw, thanks for writing in! This is because custom charts are created based on a summary table so it needs to be generated. At this moment, there is no way to avoid showing that table other than manually deleting the panel from the UI but I’ll create a feature request for this.