Graphics, Figures & Tables ⇒ PGF Plot
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 34
- Joined: Sun Oct 16, 2011 5:56 pm
Re: PGF Plot
could you add some data file and/or reference to what you want to archieve?
When I hear "contour", I think of some function f(x,y) (= 3 values: x, y, and f(x,y) typically sampled as matrizes) and the task to find all (x,y) which have the same contour level "q = f(x,y)". These (x,y) make up a line.
This kind of operation can be done by means of \addplot3 contour gnuplot. If you want to project the result onto a plane, you can either use "view={0}{90}" or use a z filter (as described in section "Contour Plots" in the pgfplots reference manual).
I suppose both approaches result in a "2-D contour".