8000 Minor cleanup of categorical example · matplotlib/matplotlib@2d15210 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d15210

Browse files
committed
Minor cleanup of categorical example
1 parent 702cdbc commit 2d15210

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/lines_bars_and_markers/categorical_variables.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
Plotting categorical variables
44
==============================
55
6-
How to use categorical variables in Matplotlib.
7-
8-
Many times you want to create a plot that uses categorical variables
9-
in Matplotlib. Matplotlib allows you to pass categorical variables directly to
10-
many plotting functions, which we demonstrate below.
6+
You can pass categorical values (i.e. strings) directly as x- or y-values to
7+
many plotting functions:
118
"""
129
import matplotlib.pyplot as plt
1310

0 commit comments

Comments
 (0)
0