I have never used a graphing tool in LaTeX but now I need to draw a picture. It is not very complicated: an xy-plane with axis; a number of points; a number of straight lines and finally two hyperbolas. My question is what tool I should pick? I have seen TikZ but I am told it takes quite some time before you can actually use it.
|
|
If you are looking for a LaTeX package, use For Euclidian geometry,
|
|||||||||||
|
|
You can use tkz-fct, tkz-base and tkz-euclide. All the packages are based on pgf/tikz. tkz-fct uses gnuplot to get points. It' s possible to get intersection of the straight lines and the two hyperbolas. |
|||||||||
|
|
Inkscape is he BIG DADDY of drawing packages. It is extremely powerfull. Since version 0.48 it has the option to export the text and graphics separate so that the figure then can be processed with Latex to create a pdf. It can be called with command line options. the following is a Windows-DOS batch file to do the job. You can insert your local font setup in "texheader.tex"
jpgfdraw can export to pgf. Ipe can export to eps and pdf and uses Latex for text. TpX Is also quite usefull to include Latex text. LaTeXDraw generates PSTricks graphics |
|||
|
|
|
For drawings and plots I recommend TikZ and PGFplots.
There is also an example with intersections:
|
|||
|
|
|
PSTricks has a package named pst-eucl that provides us with many interfaces to draw euclidean geometry objects as follows. PostScript language, that is used internally by PSTricks, allows us to do more complex mathematical calculation. It is worth investing your time to learn PSTricks. :-)
Can GeoGebra do these diagrams easily and accurately? |
|||
|
|






