[Matplotlib-users] add table to axes

2009-11-23 Thread Sahar
Hi, I'm trying to add some notes in a table to a plot, and I don't know how to use the 'matplotlib.pyplot.table command. I really don't want to use ax.text(...) with different x,y values... Any suggestions? Example to table command, insert LaTex tables, Etc. Thanks, Sahar

Re: [Matplotlib-users] add table to axes

2009-11-23 Thread PHobson
From: Sahar [mailto:sa...@cmt.co.il] Sent: Monday, November 23, 2009 7:20 AM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] add table to axes Hi,   I'm trying to add some notes in a table to a plot, and I don't know how to use the 'matplotlib.pyplot.table command. I

Re: [Matplotlib-users] add table to axes

2009-11-23 Thread Alan G Isaac
On 11/23/2009 4:33 PM, John Hunter wrote: Take a look at the table demo: http://matplotlib.sourceforge.net/examples/pylab_examples/table_demo.html All posted versions (PNG, hi res PNG, PDF) are improperly clipped. fwiw, Alan Isaac