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.
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:)
Graphics, Figures & Tables ⇒ Have Data fill Row
-
- Posts: 9
- Joined: Tue Apr 19, 2011 8:38 pm
Have Data fill Row
Last edited by Paradigm6790 on Mon Aug 08, 2011 11:23 pm, edited 2 times in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 9
- Joined: Tue Apr 19, 2011 8:38 pm
Re: Have Data fill Row
\renewcommand{\tabcolsep}{0.1cm} at the beginning of the table did the job