DeepPupper / intro-data-capstone-musclehub

0 stars 0 forks source link

Great use of Python's native list functionality to calculate y-axis values and labels! #3

Open jmcrey opened 6 years ago

jmcrey commented 6 years ago

https://github.com/bennycsp/intro-data-capstone-musclehub/blob/74f5e1c52b2ff1e4d84e5460f479aacc088e57cb/musclehub_project/musclehub.py#L409-L410

This is a great way to use native Python functionality to calculate the y-values and label the y-axis. A much better way than listing them directly (i.e. hard coding them). Fantastic job!