更新时间:2021-08-20 15:43:22
coverpage
gnuplot Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Why Subscribe?
Free Access for Packt account holders
Preface
Why gnuplot?
Why this book?
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Plotting Curves Boxes Points and more
Introduction
Plotting a function
Plotting multiple curves
Using two different y-axes
Making a scatterplot
Plotting boxes
Plotting circles
Drawing filled curves
Handling financial data
Making a basic histogram plot
Stacking histograms
Plotting multiple histograms
Dealing with errors
Making a statistical whisker plot
Making an impulse plot
Graphing parametric curves
Plotting with polar coordinates
Chapter 2. Annotating with Labels and Legends
Labeling the axes
Setting the label size
Adding a legend
Putting a box around the legend
Adding a label with an arrow
Using Unicode characters [new]
Putting equations in your labels
Chapter 3. Applying Colors and Styles
Coloring your curves
Styling your curves
Applying transparency [new]
Plotting points with curves
Changing the point style
Changing the plot size
Positioning graphs on the page [new]
Plotting with objects [new]
Chapter 4. Controlling your Tics
Adding minor tics
Placing tics on the second y-axis
Adjusting the tic size
Removing all tics
Defining the tic values
Making the tics stick out
Setting manual tics
Plotting with dates and times
Changing the language used for labels [new]
Using European-style decimals [new]
Formatting tic labels
Chapter 5. Combining Multiple Plots
Arranging an array of plots
Positioning plots manually
Creating an inset plot
Multiplotting with labels and arrows
Chapter 6. Including Plots in Documents
Introducing gnuplot's high-quality graphics formats [new]
Adding a plot to a paper using LaTeX
Assembling a document using TikZ and LaTeX [new]
Assembling a document using epslatex
Using gnuplot within LaTeX
Creating presentation slides with incrementally displayed graphs
Including a plot in a web page
Making an interactive plot for the Web [new]
Chapter 7. Programming gnuplot and Dealing with Data
Scripting gnuplot with its own language
Plotting on subintervals
Smoothing your data
Fitting functions to your data
Using kdensity smoothing to improve on histograms [new]
How it works…
Creating a cumulative distribution [new]
Talking to gnuplot with C
Scripting gnuplot with Python
Plotting with Clojure
Handling volatile data [new]
Chapter 8. The Third Dimension
Making a surface plot