зеркало из https://github.com/microsoft/mup.git
doc change
This commit is contained in:
Родитель
942a2991ed
Коммит
442f2016c8
|
@ -490,10 +490,8 @@ def plot_coord_data(df, y='l1', save_to=None, suptitle=None, x='width', hue='mod
|
||||||
the column of `df` to represent as color. Default: `'module'`
|
the column of `df` to represent as color. Default: `'module'`
|
||||||
legend:
|
legend:
|
||||||
'auto', 'brief', 'full', or False. This is passed to `seaborn.lineplot`.
|
'auto', 'brief', 'full', or False. This is passed to `seaborn.lineplot`.
|
||||||
name_contains:
|
name_contains, name_not_contains:
|
||||||
only plot modules whose name contains `name_contains`, intersection with `name_not_contains`
|
only plot modules whose name contains `name_contains` and does not contain `name_not_contains`
|
||||||
name_not_contains:
|
|
||||||
only plot modules whose name does not contain `name_not_contains`, intersection with `name_contains`
|
|
||||||
module_list:
|
module_list:
|
||||||
only plot modules that are given in the list, overrides `name_contains` and `name_not_contains`
|
only plot modules that are given in the list, overrides `name_contains` and `name_not_contains`
|
||||||
loglog:
|
loglog:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче