Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMarshall Wells
8,368 PointsDoes Treehouse have content on the Graphical Representation of Numerical Data?
I'm looking for info on graphical representation of numerical data - any suggestions?
1 Answer
Alexander Davison
65,469 PointsThere is a Python Data Science course which does cover the library matplotlib
, which allows you to plot data in a really neat format. You will need to finish the basic Python courses, though, since this is an Intermediate course on Python.
Data Science is very commonly used with Python, and if you want to dive into Data Science, I highly recommend Python over other languages.
Marshall Wells
8,368 PointsMarshall Wells
8,368 PointsThanks Alexander - Appreciate it