We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0bc62e + 2d15210 commit d2b2e51Copy full SHA for d2b2e51
examples/lines_bars_and_markers/categorical_variables.py
@@ -3,11 +3,8 @@
3
Plotting categorical variables
4
==============================
5
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.
+You can pass categorical values (i.e. strings) directly as x- or y-values to
+many plotting functions:
11
"""
12
import matplotlib.pyplot as plt
13
0 commit comments