econchick / econchick/new-coder
two lines of code in dataviz/graph.py that are not described in tutorial
Open
bug
- Dominant language
- CSS
- Stars
- 591
- Forks
- 378
- PR merge metrics
- No merged PRs in 30d
Description
# Width of each bar
width = 0.5
# Assign data to a bar plot
plt.bar(xlocations, counter.values(), width=width)
Contributor guide
Assessment
This issue has not been assessed yet.