From 442f2016c88a1ce1aa8c9c8ac7a1c31588fc4436 Mon Sep 17 00:00:00 2001 From: TevenLeScao Date: Thu, 16 Mar 2023 11:22:14 +0100 Subject: [PATCH] doc change --- mup/coord_check.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mup/coord_check.py b/mup/coord_check.py index 02a93b8..17cbf4b 100644 --- a/mup/coord_check.py +++ b/mup/coord_check.py @@ -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'` legend: 'auto', 'brief', 'full', or False. This is passed to `seaborn.lineplot`. - name_contains: - only plot modules whose name contains `name_contains`, intersection with `name_not_contains` - name_not_contains: - only plot modules whose name does not contain `name_not_contains`, intersection with `name_contains` + name_contains, name_not_contains: + only plot modules whose name contains `name_contains` and does not contain `name_not_contains` module_list: only plot modules that are given in the list, overrides `name_contains` and `name_not_contains` loglog: