cooperjaXC / ap-cfb-xc

Python-based program to pull the AP NCAA college football rankings and score them in a cross-country race style to determine the best football conference in a given week.
https://medium.com/@jacooper1317/the-race-for-college-football-conference-supremacy-a-cross-country-scoring-method-af662221bb88
GNU General Public License v3.0
2 stars 0 forks source link

Create plots of conference's XC scores during and across seasons #19

Open cooperjaXC opened 8 months ago

cooperjaXC commented 8 months ago

Line graphs showing movement across time both within and across seasons.

cooperjaXC commented 8 months ago

@seanreid5454, any thoughts on a good python-based method for this? matplotlib is the one I know of but don't know much about.

cooperjaXC commented 7 months ago

See how Seaborn can help make more professional graphs as a wrapper for matplotlib.

https://seaborn.pydata.org/examples/index.html

https://github.com/mwaskom/seaborn

cooperjaXC commented 7 months ago

More Seaborn content: https://medium.com/@snehabajaj108/ten-must-know-seaborn-plots-1f3a82dc99c5

cooperjaXC commented 1 month ago

Matplotlib only in python that shows some clean and sweet looking line charts in the style of Cole Knaflic: https://towardsdatascience.com/make-your-charts-look-glorious-9ce3fa310b70