Skip to content

Commit ab817d5

Browse files
remove old barplot text
1 parent 33dbe98 commit ab817d5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/viz.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,15 +1160,6 @@ islands_df = pd.read_csv("data/islands.csv")
11601160
islands_df
11611161
```
11621162

1163-
Here, we have a data frame of Earth's landmasses,
1164-
and are trying to compare their sizes.
1165-
The right type of visualization to answer this question is a bar plot.
1166-
In a bar plot, the height of the bar represents the value of a summary statistic
1167-
(usually a size, count, sum, proportion, or percentage).
1168-
They are particularly useful for comparing summary statistics between different
1169-
groups of a categorical variable.
1170-
1171-
11721163
Here, we have a data frame of Earth's landmasses,
11731164
and are trying to compare their sizes.
11741165
The right type of visualization to answer this question is a bar plot.

0 commit comments

Comments
 (0)