|
From: John H. <jd...@gm...> - 2009-11-23 21:33:44
|
On Mon, Nov 23, 2009 at 9:20 AM, Sahar <sa...@cm...> 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, insert LaTex tables, Etc. Take a look at the table demo: http://matplotlib.sourceforge.net/examples/pylab_examples/table_demo.html |