How do I plot multiple lines on a plot with a legend?
Support:
less than a minute
wandb.plot.line_series()
를 사용하여 여러 줄로 된 사용자 정의 차트를 만드세요. 라인 차트를 보려면 프로젝트 페이지로 이동하세요. 범례를 추가하려면 wandb.plot.line_series()
에 keys
인수를 포함하세요. 예:
wandb.log(
{
"my_plot": wandb.plot.line_series(
xs=x_data, ys=y_data, keys=["metric_A", "metric_B"]
)
}
)
여러 줄 탭 아래의 여기에서 여러 줄 플롯에 대한 추가 세부 정보를 참조하세요.
[i18n] feedback_title
[i18n] feedback_question
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.