Skip to content

Commit 689c111

Browse files
authored
Update README.md
Change Max-Wingspan-labels Plot Background to 'white' for better visibility with dark theme browser.
1 parent 8d9f114 commit 689c111

File tree

1 file changed

+1
-1
lines changed
  • 3-Data-Visualization/09-visualization-quantities

1 file changed

+1
-1
lines changed

3-Data-Visualization/09-visualization-quantities/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ plt.plot(x, y)
7272
7373
plt.show()
7474
```
75-
![wingspan with labels](images/max-wingspan-labels.png)
75+
![wingspan with labels](images/max-wingspan-labels-02.png)
7676

7777
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:
7878

0 commit comments

Comments
 (0)