changing y axis to x

pull/116/head
miguelmque 3 years ago
parent fc2e2208f6
commit ea1a3ae03c

@ -58,7 +58,7 @@ What do you notice immediately? There seems to be at least one outlier - that's
While you could do a quick sort in Excel to find those outliers, which are probably typos. Let's continue the visualization process by working from within the plot. While you could do a quick sort in Excel to find those outliers, which are probably typos. Let's continue the visualization process by working from within the plot.
Add labels to the y-axis to show what kind of birds are in question: Add labels to the x-axis to show what kind of birds are in question:
``` ```
plt.title('Max Wingspan in Centimeters') plt.title('Max Wingspan in Centimeters')

Loading…
Cancel
Save