1.1.2001 4 5.5
1.1.2003 03 3.5
etc.
The attached code should be fully runable so you can see what it is doing
and what I am trying to do
Thank you
duckman
#!/usr/bin/python
import matplotlib
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.mlab as
That actually did it. I thought I had tried this several times and kept
getting errors. It would not take the color names like red, blue etc. But
when I changed it as suggested it worked!
Thank you!
Jae-Joon Lee wrote:
>
> On Tue, Feb 16, 2010 at 2:15 PM, duckman
> wrote
I am trying to make the table at the bottom and the lines the same color. I
took the code from one of the online examples and modified it to do most of
what I want but cannot get the color in the table working properly! Can
someone please help? Thank you
#!/usr/bin/env python
import matplotlib