Search found 9 matches

by Paradigm6790
Mon Aug 08, 2011 11:23 pm
Forum: Graphics, Figures & Tables
Topic: Have Data fill Row
Replies: 1
Views: 1371

Re: Have Data fill Row

\renewcommand{\tabcolsep}{0.1cm} at the beginning of the table did the job
by Paradigm6790
Mon Aug 08, 2011 4:53 pm
Forum: Graphics, Figures & Tables
Topic: Have Data fill Row
Replies: 1
Views: 1371

Have Data fill Row

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
As you can see, after the last "P" the values escape the scope of the chart. While I could increase the size of the ...
by Paradigm6790
Tue Jun 14, 2011 3:23 pm
Forum: Graphics, Figures & Tables
Topic: Axis Labels of EPS File missing?
Replies: 3
Views: 7848

Axis Labels of EPS File missing?

Thanks for the reply, that was exactly my problem. I was using the postscript terminal, but I tried using epslatex and it worked perfectly. It takes up the entire page right now though, but that's an easy fix.

In case others have this issue I'll post my old and new code.

This was the code that had ...
by Paradigm6790
Mon Jun 13, 2011 9:55 pm
Forum: Graphics, Figures & Tables
Topic: Axis Labels of EPS File missing?
Replies: 3
Views: 7848

Axis Labels of EPS File missing?

Hello,

I have a problem where I have an eps file I generated in gnuplot that looks exactly the way I want it, and when I put it into my latex document it fits but loses all of it's axis labels. At first I thought it was a cropping issue, but the x axis is between the key and the graph and it still ...
by Paradigm6790
Mon May 16, 2011 9:12 pm
Forum: Graphics, Figures & Tables
Topic: Too much data in table
Replies: 2
Views: 2314

Re: Too much data in table

Sorry for the double post, just updating my situation. I decided the \textwidth bounding was arbitrary, ans just increased the size to fit the extra column.

I do, however, have a seperate problem with the same table. If you notice the multicolumn/multirow areas containing the sideways text ...
by Paradigm6790
Mon May 16, 2011 8:55 pm
Forum: Graphics, Figures & Tables
Topic: Too much data in table
Replies: 2
Views: 2314

Too much data in table

Hello everyone!

This seems like it is probably a mundane problem, but I'm having a problem where the data I have inserted into the table I created is simply too much for it, extending over the \textwidth size I set for it's boundaries.

I already have some small formatting of text to reign it in a ...
by Paradigm6790
Tue Apr 26, 2011 8:42 pm
Forum: Graphics, Figures & Tables
Topic: multicolumn using parboxes
Replies: 2
Views: 2851

Re: multicolumn using parboxes

Thanks for the reply! I will try the array suggestion. I was under the impression that the array package had a special mathematic purpose. I was obviously misreading.
by Paradigm6790
Mon Apr 25, 2011 9:37 pm
Forum: Graphics, Figures & Tables
Topic: Doozy of a table
Replies: 1
Views: 1300

Doozy of a table

Hello all, I've been assigned a task at work to take a table and convert it into Latex. This is a exercise to get me used to using Latex, as O have never used it before.

The table is quite complex. I've attached my goal setup without the data that will go into it, for obvious reasons. The areas ...
by Paradigm6790
Tue Apr 19, 2011 8:42 pm
Forum: Graphics, Figures & Tables
Topic: multicolumn using parboxes
Replies: 2
Views: 2851

multicolumn using parboxes

Hello, I'm in the need to make a rather complex table where I have multiple labels in a small horizontal space. In order to do this I have decided to use sideways text. The problem is that in a multicolumn environment I am having trouble having text remaining in a managably square area.

My question ...