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.
1 parent 702cdbc commit 2d15210Copy full SHA for 2d15210
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