From 8364cd23d98967903746227a3eaf868a6e3e09b7 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Fri, 14 Oct 2022 10:17:41 +0300 Subject: [PATCH] Fix docstring --- clearml/logger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clearml/logger.py b/clearml/logger.py index fd6f150a..65208e2a 100644 --- a/clearml/logger.py +++ b/clearml/logger.py @@ -336,8 +336,8 @@ class Logger(object): :param csv: path to local csv file :param url: A URL to the location of csv file. :param extra_layout: optional dictionary for layout configuration, passed directly to plotly - See full details on the supported configuration: https://plotly.com/javascript/reference/table/ - example: extra_layout={'xaxis': {'type': 'date', 'range': ['2020-01-01', '2020-01-31']}} + See full details on the supported configuration: https://plotly.com/javascript/reference/layout/ + example: extra_layout={'height': 600} """ mutually_exclusive( UsageError, _check_none=True,