Skip to content

Commit

Permalink
Update plot.py
Browse files Browse the repository at this point in the history
Change the wrong description of y_order
  • Loading branch information
byemaxx authored Sep 23, 2024
1 parent b4f526f commit c3dfa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gseapy/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c3dfa01

Please sign in to comment.