From c3dfa012566e76f5dac9cf4318195cbd5e9eab00 Mon Sep 17 00:00:00 2001 From: Qing <44231502+byemaxx@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:12:28 -0400 Subject: [PATCH] Update plot.py Change the wrong description of y_order --- gseapy/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gseapy/plot.py b/gseapy/plot.py index 998f09b..99a7cda 100644 --- a/gseapy/plot.py +++ b/gseapy/plot.py @@ -616,7 +616,7 @@ def __init__( If True, peformed hierarchical_clustering on X-axis. or input a array-like list of `x` categorical levels. - :param x_order: bool, array-like list. Default: False. + :param y_order: bool, array-like list. Default: False. If True, peformed hierarchical_clustering on Y-axis. or input a array-like list of `y` categorical levels.