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://cooperconferencecolumn.wordpress.com/2019/08/19/ap-xc-an-update/
GNU General Public License v3.0
0 stars 0 forks source link

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

Open cooperjaXC opened 4 months ago

cooperjaXC commented 4 months ago

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

cooperjaXC commented 4 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 3 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 3 months ago

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