10 - Data visualization

Giving Data Meaning

Prezentácia

Motivácia

Dať dátam ich význam a zobraziť ich tak, aby sme ich vedeli porovnať a spracovať.

Porovnaj:

Land-ocean temperature index, 1880 to present, with base period 1951-1980. The solid black line is the global annual mean and the solid red line is the five-year lowess smooth. The gray shading represents the total (LSAT and SST) annual uncertainty at a 95% confidence interval. Zdroj: GISS NASA

Inšpirácia

Zadanie

Použité príkazy

loadTable()

Reads the contents of a file or URL and creates a p5.Table object with its values.

https://p5js.org/reference/#/p5/loadTable

get() (p5.Table)

Retrieves a value from the Table's specified row and column. The row is specified by its ID, while the column may be specified by either its ID or title. https://p5js.org/reference/#/p5.Table/get

lerpColor()

Blends two colors to find a third color between them.

https://p5js.org/reference/#/p5/lerpColor

Zdroje dát

Last updated