Graphics, Figures & TablesText and Graph Placement Trouble

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
lnsam22
Posts: 28
Joined: Thu Jan 13, 2011 6:47 pm

Text and Graph Placement Trouble

Post by lnsam22 »

Hi All,

I have text that refers to a graph I have in my paper. I am using the placement command [h]. My problem is that the text is being placed before the graph instead of after like I want. I know this is partly because the graph cannot fit on the rest of the page, but I do not wish to change the size of the graph.
How can I get my text to follow instead of preceding the graph? (even if this means having a space in my paper immediately preceding the graph)

Thanks in advance :)
lnsam22
Last edited by lnsam22 on Sat Jul 16, 2011 2:41 am, edited 1 time 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

Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

Text and Graph Placement Trouble

Post by Stefan Kottwitz »

Hi,

I recommend using more positioning options beside [h], such as [!htbp]. Or use one of the options here: Prevent floating of figures or tables.

Stefan
LaTeX.org admin
lnsam22
Posts: 28
Joined: Thu Jan 13, 2011 6:47 pm

Re: Text and Graph Placement Trouble

Post by lnsam22 »

It worked! Thanks :D
Post Reply