[Matplotlib-users] table on right and rotating the table entries

2010-02-24 Thread duckman
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

Re: [Matplotlib-users] Color in table help please! I have already searched previous posts

2010-02-17 Thread duckman
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

[Matplotlib-users] Color in table help please! I have already searched previous posts

2010-02-16 Thread duckman
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