econchick / new-coder

New Coder tutorials
zlib License
597 stars 392 forks source link

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

Open econchick opened 11 years ago

econchick commented 11 years ago

Width of each bar

width = 0.5

Assign data to a bar plot

plt.bar(xlocations, counter.values(), width=width)