- #1
Jameson
Gold Member
MHB
- 4,541
- 13
Hello everyone.
I'm typing up a report in $\LaTeX$ and I'm having trouble with some unwanted space. Here is what it looks like with the extra space marked by the reddish rectangles.
The images themselves don't have excessive vertical space below them.
On the previous page I have included figures that don't have any vertical space issues.
To include these I'm using the following code:
I've read online that \centerline isn't advised to use but it's worked fine for me up until this point. I've tried using negative vspace but that doesn't do anything either.
The only thing I can think of is that the scaling adds more space. In second set of figures they are scaled lower, as you can see by this code:
Maybe the .1 scale factor leaves less room than .5? Any insight or help would be much appreciated!
I'm typing up a report in $\LaTeX$ and I'm having trouble with some unwanted space. Here is what it looks like with the extra space marked by the reddish rectangles.
The images themselves don't have excessive vertical space below them.
On the previous page I have included figures that don't have any vertical space issues.
To include these I'm using the following code:
Code:
\centerline{\includegraphics[scale=.5]{Retail_Sales_dividebypop.png}}
I've read online that \centerline isn't advised to use but it's worked fine for me up until this point. I've tried using negative vspace but that doesn't do anything either.
The only thing I can think of is that the scaling adds more space. In second set of figures they are scaled lower, as you can see by this code:
Code:
\centerline{\includegraphics[scale=.1]{nasdaq_graph.png}}
Maybe the .1 scale factor leaves less room than .5? Any insight or help would be much appreciated!