Graphics, Figures & TablesHave Data fill Row

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Paradigm6790
Posts: 9
Joined: Tue Apr 19, 2011 8:38 pm

Have Data fill Row

Post by Paradigm6790 »

Hello,

I am having an issue with too much white space. Here's a picture of my data fields with placeholders representing the largest digit count possible in them.
DataTable.png
DataTable.png (32.73 KiB) Viewed 1369 times
As you can see, after the last "P" the values escape the scope of the chart. While I could increase the size of the table as a whole (currently textwidth), that would be a poor design choice on my part. What I'm thinking is to utilize all of that wasted white space. I don't know what to do though.

When I have all single digit values, the table looks perfect. I want the increased number size to "consume" the white space before forcing the table out of it's defined bounds.

Thanks for your time:)
Last edited by Paradigm6790 on Mon Aug 08, 2011 11:23 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Paradigm6790
Posts: 9
Joined: Tue Apr 19, 2011 8:38 pm

Re: Have Data fill Row

Post by Paradigm6790 »

\renewcommand{\tabcolsep}{0.1cm} at the beginning of the table did the job
Post Reply