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

Re: [Matplotlib-users] add table to axes

2009-11-23 Thread John Hunter
On Mon, Nov 23, 2009 at 9:20 AM, Sahar wrote: > 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, ins

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 &qu

[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