Skip to content

Commit e5ec6a0

Browse files
committed
diversified names on vertical axis
1 parent 4e0181b commit e5ec6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines_bars_and_markers/barh_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
plt.rcdefaults()
99

1010
# Example data
11-
people = ('Tom', 'Dick', 'Harry', 'Slim', 'Jim')
11+
people = ('Sally', 'Pedro', 'Jing', 'Sydney', 'Jim')
1212
y_pos = np.arange(len(people))
1313
performance = 3 + 10 * np.random.rand(len(people))
1414
error = np.random.rand(len(people))

0 commit comments

Comments
 (0)