Skip to content

Commit 2014233

Browse files
authored
add horizontal bar in readme
1 parent 6c7d6f0 commit 2014233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plt.bar(data.Area.unique(), data.Area.value_counts(), width=.3, color=['black',
99
#
1010
plt.barh(data.Area.unique(), data.Area.value_counts(), color=(0.2, 0.6, 0.6, 0.6))
1111
#
12-
[](https://github.com/pritomsh/barplot-with-matplotlib/blob/master/image/horizontal.png)
12+
![](https://github.com/pritomsh/barplot-with-matplotlib/blob/master/image/horizontal.png)
1313
#
1414
- plt.xlabel('category', fontweight='bold', color = 'green', fontsize='18')
1515
- plt.ylabel('values', color = 'red', fontsize='18')

0 commit comments

Comments
 (0)