10 - Data visualization
Giving Data Meaning
Last updated
Giving Data Meaning
Last updated
Dať dátam ich význam a zobraziť ich tak, aby sme ich vedeli porovnať a spracovať.
Porovnaj:
Reads the contents of a file or URL and creates a p5.Table object with its values.
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
Blends two colors to find a third color between them.