[Matplotlib-users] Include \hline on table inside figure

2015-01-23 Thread Arnaldo Russo
Hi, I'm dealing with this issue but no clues I have found! When I use simple matplotlib engine, my plot does not render the correct font (which I have set to Arial) but it renders the \hline and specif spaces in the table inserted inside the figure area [Fig 1] . In the

Re: [Matplotlib-users] Include \hline on table inside figure

2015-01-23 Thread Thomas Caswell
Have you looked at using the mpl tables? http://matplotlib.org/examples/pylab_examples/table_demo.html Tom On Fri Jan 23 2015 at 1:15:09 PM Arnaldo Russo wrote: > Hi, > > I'm dealing with this issue but no clues I have found! > When I use simple matplotlib engine, my plot does not render the cor

Re: [Matplotlib-users] Include \hline on table inside figure

2015-01-23 Thread Arnaldo Russo
Hi Tom, Thanks for the tip, I'll take a look. Concerning the TeX behavior, do you know what is going on? Cheers, Arnaldo. -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free

Re: [Matplotlib-users] Include \hline on table inside figure

2015-01-23 Thread C M
On Fri, Jan 23, 2015 at 1:42 PM, Thomas Caswell wrote: > Have you looked at using the mpl tables? > http://matplotlib.org/examples/pylab_examples/table_demo.html > Just pointing out: the numbers in those tables and the words other than "Quake" are slightly cut-off at the top in the demo. --