List of Figures
Chapter 1. Prelude: Understanding data with gnuplot
Figure 1.1. Number of finishers versus time to complete (in minutes)
Figure 1.2. A DLA cluster of N=30,000 particles, drawn with gnuplot
Chapter 2. Essential gnuplot
Figure 2.1. Our first plot: plot sin(x)
Figure 2.2. An unsuitable default plot range: plot sin(x), x, x-(x**3)/6
Figure 2.3. Using explicit plot ranges: plot [][-2:2] sin(x), x, x-(x**3)/6
Figure 2.4. Plotting from a file: plot "prices" using 1:2, "prices" using 1:3
Figure 2.5. Introducing styles and the title keyword: plot "prices" using1:2 ...
Get Gnuplot in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.