- 1 Introduction
- 2 Installation
- 3 First Steps With PyXPlot
- 3.1 Getting Started
- 3.2 First Plots
- 3.3 Comments
- 3.4 Splitting Long Commands
- 3.5 Printing Text
- 3.6 Axis Labels and Titles
- 3.7 Querying the Values of Settings
- 3.8 Plotting Datafiles
- 3.9 Plotting Many Datafiles at Once
- 3.10 The replot Command
- 3.11 Directing Where Output Goes
- 3.12 Setting the Size of Output
- 3.13 Plotting Styles
- 3.14 Setting Axis Ranges
- 3.15 Interactive Help
- 4 Performing Calculations
- 4.1 Variables
- 4.2 Physical Constants
- 4.3 Functions
- 4.4 Handling Numerical Errors
- 4.5 Working with Complex Numbers
- 4.6 Working with Physical Units
- 4.7 Configuring how Numbers are Displayed
- 4.8 Numerical Integration and Differentiation
- 4.9 Solving Systems of Equations
- 4.10 Searching for Minima and Maxima of Functions
- 4.11 Working with Time-Series Data
- 5 Working with Data
- 6 Programming and Flow Control
- 6.1 String Variables
- 6.2 Conditionals
- 6.3 For Loops
- 6.4 Foreach Loops
- 6.5 Foreach Datum Loops
- 6.6 While and Do Loops
- 6.7 The break and continue statements
- 6.8 Conditional Functions
- 6.9 Subroutines
- 6.10 Macros
- 6.11 The exec command
- 6.12 Assertions
- 6.13 Shell Commands
- 6.14 Script Watching: pyxplot_watch