Skip to content

Latest commit

 

History

History

data-viz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Data Fetching and Visualization

Retrieve a list of numbers from an endpoint, then plot a histogram showing the frequency of each number in the list. The histogram should have appropriately-numbered x and y axes.

In the example below, the list contained 24 ones, 17 twos, 30 threes, and so on.

mockup for Data Viz