Thanks to visit codestin.com Credit goes to github.com
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 46186b9 commit 00912adCopy full SHA for 00912ad
1 file changed
examples/lines_bars_and_markers/categorical_variables.py
@@ -11,7 +11,7 @@
11
"""
12
import matplotlib.pyplot as plt
13
14
-data = {'apples': 10, 'oranges': 15, 'lemons': 5, 'limes': 20}
+data = {'apple': 10, 'orange': 15, 'lemon': 5, 'lime': 20}
15
names = list(data.keys())
16
values = list(data.values())
17
0 commit comments