List of Figures
Chapter 1. Prelude: understanding data with gnuplot
Figure 1.1. Number of finishers vs. time to complete (in minutes)
Figure 1.2. A DLA cluster of N=50,000 particles, drawn with gnuplot
Chapter 2. Tutorial: essential gnuplot
Figure 2.1. Your 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" ...
Get Gnuplot in Action, Second Edition 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.