Help us improve these docs. Take our quick survey.
wandb.plot.line_series()
keys
with wandb.init(project="my_project") as run: run.log( { "my_plot": wandb.plot.line_series( xs=x_data, ys=y_data, keys=["metric_A", "metric_B"] ) } )
Was this page helpful?