Skip to content

Commit bd573e9

Browse files
authored
Update README.md
Update TOC
1 parent f354819 commit bd573e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It requires R, RStudio, and the rmarkdown package.
3333
10. [Friends Don't Let Friends Make Pie Charts](https://github.com/cxli233/FriendsDontLetFriends#10-friends-dont-let-friends-make-pie-chart)
3434
11. [Friends Don't Let Friends Make Concentric Donuts](https://github.com/cxli233/FriendsDontLetFriends#11-friends-dont-let-friends-make-concentric-donuts)
3535
12. [Friends Don't Let Friends Use Red/green and Rainbow for Color Scales](https://github.com/cxli233/FriendsDontLetFriends#12-friends-dont-let-friends-use-redgreen-and-rainbow-color-scales)
36-
13. [Friends Don't Let Friends Forget to Reorder Stacked Bar Plot]()
36+
13. [Friends Don't Let Friends Forget to Reorder Stacked Bar Plot](https://github.com/cxli233/FriendsDontLetFriends/tree/main#13-friends-dont-let-friends-forget-to-reorder-stacked-bar-plot)
3737

3838
# 1. Friends Don't Let Friends Make Bar Plots for Means Separation
3939

@@ -236,7 +236,7 @@ This kind of visualization boils down to a collection of samples, where each sam
236236
However, when we have many samples and many classes, stacked bar plots need to be optimized to be effective.
237237
And by "optimize" I mean the grouping and ordering of samples.
238238

239-
![Reorder your stacked bars](https://github.com/cxli233/FriendsDontLetFriends/blob/main/Results/Reorder_stacked_bars.svg)
239+
![Reorder your stacked bars](https://github.com/cxli233/FriendsDontLetFriends/blob/main/Results/Reorder_stacked_bars.png)
240240

241241
Here we have an example data with 100 samples and 8 classes of member.
242242
Due to the number of samples and classes, it is very hard to discern anything from this graph without optimizing the order of bars. What the heck am I looking at?

0 commit comments

Comments
 (0)