Update README.md

Change Max-Wingspan Plot Background to 'white' for better visibility with dark theme browser.
pull/305/head
Frederick Legaspi 4 years ago committed by GitHub
parent 04a422a2c6
commit b768d7657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ Let's start by plotting some of the numeric data using a basic line plot. Suppos
wingspan = birds['MaxWingspan'] wingspan = birds['MaxWingspan']
wingspan.plot() wingspan.plot()
``` ```
![Max Wingspan](images/max-wingspan.png) ![Max Wingspan](images/max-wingspan-02.png)
What do you notice immediately? There seems to be at least one outlier - that's quite a wingspan! A 2300 centimeter wingspan equals 23 meters - are there Pterodactyls roaming Minnesota? Let's investigate. What do you notice immediately? There seems to be at least one outlier - that's quite a wingspan! A 2300 centimeter wingspan equals 23 meters - are there Pterodactyls roaming Minnesota? Let's investigate.

Loading…
Cancel
Save