Re: [Tutor] Question in regards to loops and matplotlib

2013-08-08 Thread Zachary Rizer
This looks quite clean! Since posting this question I have cleaned up this script by using multiple functions, but it still isn't this clean! My data is a normal CSV table with column headers. It isn't in a dictionary format like your sample data here. I'm sure I could switch it to that format thou

[Tutor] Question in regards to loops and matplotlib

2013-08-07 Thread Zachary Rizer
So I just started coding, and I'm so glad I chose Python to start me off! I really enjoy the clean layout, easy syntax, and power of the language. I'm doing astronomy research and I just started teaching myself matplotlib along with my general python work. I feel like I'm catching on quick, but I a