I'm trying to use matplotlib to create a scatter plot of property price by zip code. The problem I am having is that it won't show the zip code on the bottom. It's giving it in annotated scientific notation, like so:
How do I format those labels so that I get the specific zip code? EG, 77062, 77053.
This is a different plot type than the one mentioned below. When I follow the instructions on that one I get this return for a plot: Incorrect Plot
This is not what I am looking for, there will be multiple zipcodes when this is finished. The prices would overlap, it would be ugly. This is why I wanted to do a scatter plot.