Skip to content

Commit 1b3a704

Browse files
authored
Update README.md
Added content to network layout
1 parent ed53f94 commit 1b3a704

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ Layouts can drastically change the appearance of networks, making them easier or
152152
Here are 3 network graphs from the same data. They look very different from each other.
153153
Data from: [Li et al., 2022, BioRxiv](https://www.biorxiv.org/content/10.1101/2022.07.04.498697v1)
154154

155+
Here is 9 different layouts for the _same_ network. They can look very different.
156+
157+
![Different layouts](https://github.com/cxli233/FriendsDontLetFriends/blob/main/Results/network_layouts.gif)
158+
159+
The R script to make this animation is available [here](https://github.com/cxli233/FriendsDontLetFriends/blob/main/Scripts/Animated_networks.Rmd)
160+
161+
![Different layout of the animation](https://github.com/cxli233/FriendsDontLetFriends/blob/main/Results/Different_layouts.png)
162+
155163
# 9. Friends Don't Let Friends Confuse Position-based Visualizations with Length-based Visualizations
156164

157165
This is always the elephant in the room and the essence of many misleading visualizations.
@@ -251,8 +259,9 @@ One displays proportional data adding up to 100%, the other displays the differe
251259
These are very distinct tasks in data visualization.
252260

253261
In this hypothetical experiment, we had blueberry plants assigned to two groups.
254-
One group was the control; the other was treated with a chemical to make fruit development faster.
255-
Each group had 5 plants. The response of the treatment was divided into 3 categories:
262+
One group was the control; the other was treated with a chemical to make fruit development faster.
263+
Each group had 5 plants.
264+
The response of the treatment was divided into 3 categories:
256265
light green fruits, light blue fruits, and dark blue fruits.
257266
100 fruits from each plant were examined and the number of fruits in each category was counted.
258267
The percentage of fruits in each category was calculated and reported.

0 commit comments

Comments
 (0)