econchick / econchick/new-coder

two lines of code in dataviz/graph.py that are not described in tutorial

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.