Graphics, Figures & Tablespackage for graphics?

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

package for graphics?

Post by artemff »

Is packages for graphics exists? Thats can draw XY axis and some graphics y=f(x), which is described like string, for example "sin(x)+cos(x)*e^(1/x)"...

Recommended reading 2024:

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

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

torbjorn t.
Posts: 162
Joined: Wed Jun 17, 2009 10:18 pm

package for graphics?

Post by torbjorn t. »

You have a couple of options, namely PSTricks and PGF/Tikz. PSTricks uses the PostScript-engine, so that requires compiling via PostScript. PGF/Tikz works with pdflatex, and it can call Gnuplot for plotting (see the manual for more on this).

If you are having trouble figuring things out, there is a program called Geogebra that can give you a "soft start". This is a program for plotting functions, drawing geometric figures and more, but it can also output both PSTricks- and PGF/Tikz-code. The code may not always be perfect, but combined with the manual(s), it can help in learning, I think.
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

Re: package for graphics?

Post by artemff »

torbjorn t., Thanks, Geogebra is good thing.
Post Reply