Tagged Questions
1
vote
2answers
3k views
Why won't my Python scatter plot work?
I created a very simple scatter plot using pylab.
pylab.scatter(engineSize, fuelMile)
pylab.show()
The rest of the program isn't worth posting, because it's that line that's giving me the problem. ...