Graphics, Figures & Tables ⇒ package for graphics?
package for graphics?
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)"...
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm
package for graphics?
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.
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.
Re: package for graphics?
torbjorn t., Thanks, Geogebra is good thing.