Update README.md

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

@ -72,7 +72,7 @@ plt.plot(x, y)
plt.show() plt.show()
``` ```
![wingspan with labels](images/max-wingspan-labels.png) ![wingspan with labels](images/max-wingspan-labels-02.png)
Even with the rotation of the labels set to 45 degrees, there are too many to read. Let's try a different strategy: label only those outliers and set the labels within the chart. You can use a scatter chart to make more room for the labeling: Even with the rotation of the labels set to 45 degrees, there are too many to read. Let's try a different strategy: label only those outliers and set the labels within the chart. You can use a scatter chart to make more room for the labeling:

Loading…
Cancel
Save