We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f817404 commit 60ae40dCopy full SHA for 60ae40d
examples/lines_bars_and_markers/barh_demo.py
@@ -8,7 +8,7 @@
8
plt.rcdefaults()
9
10
# Example data
11
-people = ('Tom', 'Dick', 'Harry', 'Slim', 'Jim')
+people = ('Sally', 'Pedro', 'Jing', 'Sydney', 'Jim')
12
y_pos = np.arange(len(people))
13
performance = 3 + 10 * np.random.rand(len(people))
14
error = np.random.rand(len(people))
0 commit comments