Node attribute-based layout
Rather than positioning nodes with a force-based layout, let's position them based on the value of two of their attributes - their overall number of followers, and number of followers on #EuroVis2019.
| |
We import data and construct the network as before | |
construct 2 linear scales | |
We use these scales to define a layout | |
We use the same visual encoding as previously | |
|