Graphics, Figures & Tablesgraphicx | Included Plot doesn't show up

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
nick_pan
Posts: 2
Joined: Mon Nov 07, 2011 2:47 am

graphicx | Included Plot doesn't show up

Post by nick_pan »

I am trying to view a plot with "LaTeX -> PDF" but it doesn't work. I have utilized the graphicx package but nothing. Do you know if this package is included in the basic version of MiKTeX? How can I view the graph?
Last edited by nick_pan on Fri Nov 11, 2011 2:42 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

Re: graphicx | Included Plot doesn't show up

Post by ptoche »

can you give a minimal example of your code and tell us how you compiled the document? what error message do you get?

most likely, I think, is: you are trying to compile postcript graphics with pdflatex (you can't, so it won't show) or png graphics with latex (you can't so it won't show), there are other possible reasons of course.
nick_pan
Posts: 2
Joined: Mon Nov 07, 2011 2:47 am

Re: graphicx | Included Plot doesn't show up

Post by nick_pan »

The problem was that I didn't install all the packages initially.
I did that and now works.
Post Reply