You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to use "waffle bar chart with scales" to show my data, but I met some problems.
This is a data example I want to show. I want to classified by cause_id, and the value is "us" displayed in data to show by just waffle bar charts with scales.
This is an example code
**I'm not sure can this type of data be showed by waffle bar chart?**
Because when I write the first row coding
```{r}
global_2c <-global_w_cause %>%
dplyr::count(year,cause_id)
```
and my data frame will be showed like this
because the number of cause_id in every year is equal.I'm so curious about that this situation can use waffle?
The text was updated successfully, but these errors were encountered:
Hi, I want to use "waffle bar chart with scales" to show my data, but I met some problems.
This is a data example I want to show. I want to classified by cause_id, and the value is "us" displayed in data to show by just waffle bar charts with scales.
This is an example code
**I'm not sure can this type of data be showed by waffle bar chart?** Because when I write the first row coding ```{r} global_2c <-global_w_cause %>% dplyr::count(year,cause_id) ``` and my data frame will be showed like this
because the number of cause_id in every year is equal.I'm so curious about that this situation can use waffle?
The text was updated successfully, but these errors were encountered: