PGFPlots Basic Setup
Configure PGFPlots in your LaTeX document for optimal results.
Loading PGFPlots
The compat setting ensures consistent behavior and enables the latest features. Always use the newest version number.
Compatibility Versions
| Version | Notes |
|---|---|
1.18 | Latest stable (recommended) |
1.17 | Previous stable release |
1.16 | Older stable release |
newest | Always use latest (may change behavior) |
Loading Additional Libraries
Global Settings
Set defaults for all plots in your document:
Plot Dimensions
Axis Configuration
Legend Configuration
Custom Styles
Define reusable styles for consistent plots:
Cycle Lists
Define automatic color and style cycling:
Complete Setup Template
Next Steps
Start creating plots:
- Line Plots - Function and data line plots
- Scatter Plots - Point data visualization
- Axis Customization - Advanced axis options
PGFPlots Basic Setup
Configure PGFPlots in your LaTeX document for optimal results.
Loading PGFPlots
The compat setting ensures consistent behavior and enables the latest features. Always use the newest version number.
Compatibility Versions
| Version | Notes |
|---|---|
1.18 | Latest stable (recommended) |
1.17 | Previous stable release |
1.16 | Older stable release |
newest | Always use latest (may change behavior) |
Loading Additional Libraries
Global Settings
Set defaults for all plots in your document:
Plot Dimensions
Axis Configuration
Legend Configuration
Custom Styles
Define reusable styles for consistent plots:
Cycle Lists
Define automatic color and style cycling:
Complete Setup Template
Next Steps
Start creating plots:
- Line Plots - Function and data line plots
- Scatter Plots - Point data visualization
- Axis Customization - Advanced axis options
