Skip to content

Commit

Permalink
docs: correct axis description for horizontal box plot in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Dec 21, 2024
1 parent dad1389 commit ddd5e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ We currently support the following data visualization libraries in Python:, and

* Vertical box plot having one x (categorical) and one y (numerical) axis.

* Horizontal box plot having one x (categorical) and one y (numerical) axis.
* Horizontal box plot having one x (numerical) and one y (categorical) axis.

* Note: For box plots, the categorical variable can be either single-class or multi-class. We support both cases.

Expand All @@ -79,7 +79,7 @@ We currently support the following data visualization libraries in Python:, and

* `sns.boxplot(..., orient="v")`: Vertical box plot having one x (categorical) and one y (numerical) axis.

* `sns.boxplot(..., orient="h")`: Horizontal box plot having one x (categorical) and one y (numerical) axis.
* `sns.boxplot(..., orient="h")`: Horizontal box plot having one x (numerical) and one y (categorical) axis.

* Note: For box plots, the categorical variable can be either single-class or multi-class. We support both cases.

Expand Down

0 comments on commit ddd5e4c

Please sign in to comment.