Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc27dd9a

Browse files
authored
Merge pull request#29605 from meeseeksmachine/auto-backport-of-pr-29601-on-v3.10.0-doc
2 parents35eb7b4 +71dd07b commitc27dd9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎galleries/examples/lines_bars_and_markers/categorical_variables.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020

2121

2222
# %%
23-
# This works on both Axes:
23+
# Categorical values are a mapping from names to positions. This means that
24+
# values that occur multiple times are mapped to the same position. See the
25+
# ``cat`` and ``dog`` values "happy" and "bored" on the y-axis in the following
26+
# example.
2427

2528
cat= ["bored","happy","bored","bored","happy","bored"]
2629
dog= ["happy","happy","happy","happy","bored","bored"]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp