Difference between revisions of "Pgfplot"
From HCL
(Created page with "PgfPlot is a package which let you do the same things as gnuplot but directly inside your latex file. And this has a lot of advantages: - no additional file - no conversion fro…") |
|||
Line 5: | Line 5: | ||
- the quality is really improved | - the quality is really improved | ||
- the picture text has the same font as the rest of the document | - the picture text has the same font as the rest of the document | ||
+ | |||
+ | --code-- | ||
+ | \usepackage{tikz} | ||
+ | \usepackage{pgfplots} |
Revision as of 11:43, 9 May 2012
PgfPlot is a package which let you do the same things as gnuplot but directly inside your latex file. And this has a lot of advantages:
- no additional file - no conversion from eps or ps or png to the pdf - the quality is really improved - the picture text has the same font as the rest of the document
--code-- \usepackage{tikz} \usepackage{pgfplots}