Matplotlib: Difference between revisions

No change in size ,  11 years ago
imported>Jesstess
imported>Jesstess
Line 211:
## On line 41, what are the two arguments passed to <code>pyplot.xticks</code>
## On line 44, we use <code>pyplot.bar</code> instead of our usual <code>pyplot.plot</code>. What are the 3 arguments passed to <code>pyplot.bar</code>?
# We've included a mystery text file <code>mystery.txt</code>: an excerpt from an actual novel. Alter <code>constitution.py</code> to process the data in <code>mystery.txt</code> instead of <code>constituationconstitution.txt</code>, and re-run the script. What do you notice that is odd about this file?
 
We've included a mystery text file <code>mystery.txt</code>: an excerpt from an actual novel. Alter <code>constitution.py</code> to process the data in <code>mystery.txt</code> instead of <code>constituation.txt</code>, and re-run the script. What do you notice that is odd about this file?
 
===Congratulations!===
Anonymous user