Graphics, Figures & TablesGraph in LaTeX

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
tpokala
Posts: 21
Joined: Wed Nov 10, 2010 6:13 pm

Graph in LaTeX

Post by tpokala »

Hi,

I would like to use graph images in my .tex document. Is there any package to do it?

I found dot2texi but can't make it work

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Graph in LaTeX

Post by frabjous »

What file format are these "graph images"?
tpokala
Posts: 21
Joined: Wed Nov 10, 2010 6:13 pm

Re: Graph in LaTeX

Post by tpokala »

These graphs are not images. I would like to draw them direct in my .tex document.

I was trying use dot2texi package but it didn't work for me. I have error about .sty file
CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

Graph in LaTeX

Post by CrazyHorse »

tpokala wrote:These graphs are not images. I would like to draw them direct in my .tex document.
look at http://PSTricks.tug.org

Herbert
tpokala
Posts: 21
Joined: Wed Nov 10, 2010 6:13 pm

Re: Graph in LaTeX

Post by tpokala »

I have found examples in dot2texi and I need to use it. In my oponion graphs in this package are simply to do.

Now I changed files location and my .tex document was build without errors but in .pdf I can't see graph
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Graph in LaTeX

Post by localghost »

tpokala wrote:I have found examples in dot2texi and I need to use it. In my oponion graphs in this package are simply to do. […]
Other packages like pgf/tikZ or the above mentioned PSTricks are comparably simple.
tpokala wrote:[…] Now I changed files location and my .tex document was build without errors but in .pdf I can't see graph
The dot2texi manual exactly describes the prerequisites for a successful compilation. For specific help it requires detailed information [1]. Otherwise I'm pessimistic that you'll get an appropriate solution.

[1] View topic: Avoidable mistakes


Thorsten
tpokala
Posts: 21
Joined: Wed Nov 10, 2010 6:13 pm

Re: Graph in LaTeX

Post by tpokala »

OK, please forgive me.

I will use TikZ instead of dot2texi. My OS is windows and I don't have experience in perl at all.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Graph in LaTeX

Post by localghost »

tpokala wrote:[…] My OS is windows and I don't have experience in perl at all.
What has Perl got to do with anything?
Post Reply