| [Top] | [Contents] | [Index] | [ ? ] |
Table of Contents
- 1. Overview
- 2. MathGL examples
- 2.1 Basic usage
- 2.2 Advanced usage
- 2.3 Data handling
- 2.4 Data plotting
- 2.5 C/Fortran interface
- 2.6 Hints
- 2.6.1 “Compound” graphics
- 2.6.2 Two axes in one plot
- 2.6.3 Titles for the plot
- 2.6.4 Changing of the color range
- 2.6.5 Management of the point cutting
- 2.6.6 Vector field visualization
- 2.6.7 Several light sources
- 2.6.8 CutMin and CutMax features
- 2.6.9 Mapping visualization
- 2.6.10 Log-scaled plot
- 2.6.11 “Templates”
- 2.6.12 Nonlinear fitting hints
- 2.6.13 PDE solving hints
- 2.6.14 MGL parser using
- 3. MathGL core
- 3.1 Graphics setup
- 3.2 Axis settings
- 3.3 Transformation matrix
- 3.4 Export to file
- 3.5 Primitives drawing
- 3.6 Text printing
- 3.7 Axis and Colorbar
- 3.8 Legend
- 3.9 1D plotting
- 3.10 2D plotting
- 3.11 3D plotting
- 3.12 Dual plotting
- 3.13 Vector fields
- 3.14 Other plotting
- 3.15 Nonlinear fitting
- 3.16 Frames
- 3.17 IDTF functions
- 4. Plotter classes
- 5. Widget classes
- 6. mglData class
- 7. Other classes
- 8. C interface
- 8.1 Create and delete objects
- 8.2 MGL parsing (Pure C)
- 8.3 Graphics setup (Pure C)
- 8.4 Axis settings (Pure C)
- 8.5 Transformation matrix (Pure C)
- 8.6 Export to file (Pure C)
- 8.7 Primitives drawing
- 8.8 Text printing (Pure C)
- 8.9 Axis and Colorbar (Pure C)
- 8.10 Legend (Pure C)
- 8.11 1D plotting (Pure C)
- 8.12 2D plotting (Pure C)
- 8.13 3D plotting (Pure C)
- 8.14 Dual plotting (Pure C)
- 8.15 Vector fields (Pure C)
- 8.16 Other plotting (Pure C)
- 8.17 Nonlinear fitting (Pure C)
- 8.18 Frames (Pure C)
- 8.19 Data import (Pure C)
- 8.20 Data filling (Pure C)
- 8.21 Rearrange data (Pure C)
- 8.22 File I/O (Pure C)
- 8.23 Make another data (Pure C)
- 8.24 Functions on direction (Pure C)
- 8.25 Interpolation (Pure C)
- 8.26 Informational functions (Pure C)
- 8.27 Operators (Pure C)
- 8.28 Global functions (Pure C)
- 9. Python interface
- 9.1 Graphics setup (Python)
- 9.2 Axis settings (Python)
- 9.3 Transformation matrix (Python)
- 9.4 Export to file (Python)
- 9.5 Primitives drawing (Python)
- 9.6 Text printing (Python)
- 9.7 Axis and Colorbar (Python)
- 9.8 Legend (Python)
- 9.9 1D plotting (Python)
- 9.10 2D plotting (Python)
- 9.11 3D plotting (Python)
- 9.12 Dual plotting (Python)
- 9.13 Vector fields (Python)
- 9.14 Other plotting (Python)
- 9.15 Nonlinear fitting (Python)
- 10. MGL interface
- 10.1 Graphics setup (MGL)
- 10.2 Axis settings (MGL)
- 10.3 Transformation matrix (MGL)
- 10.4 Export to file (MGL)
- 10.5 Primitives drawing
- 10.6 Text printing (MGL)
- 10.7 Axis and Colorbar (MGL)
- 10.8 Legend (MGL)
- 10.9 1D plotting (MGL)
- 10.10 2D plotting (MGL)
- 10.11 3D plotting (MGL)
- 10.12 Dual plotting (MGL)
- 10.13 Vector fields (MGL)
- 10.14 Other plotting (MGL)
- 10.15 Nonlinear fitting (MGL)
- 10.16 Data create (MGL)
- 10.17 Data filling (MGL)
- 10.18 Rearrange data (MGL)
- 10.19 File I/O (MGL)
- 10.20 Make another data (MGL)
- 10.21 Commands on direction (MGL)
- 10.22 Operators (MGL)
- 10.23 Program flow (MGL)
- 10.24 Command options (MGL)
- 10.25 Suffixes for variable
- 11. Samples
- 11.1 1D plotting samples
- 11.1.1 Plot sample
- 11.1.2 Area sample
- 11.1.3 Bars sample
- 11.1.4 Barh sample
- 11.1.5 Step sample
- 11.1.6 Stem sample
- 11.1.7 Region sample
- 11.1.8 Error sample
- 11.1.9 Mark sample
- 11.1.10 TextMark sample
- 11.1.11 Tube sample
- 11.1.12 Text sample
- 11.1.13 Torus sample
- 11.1.14 Chart sample
- 11.1.15 Pie chart sample
- 11.2 2D plotting samples
- 11.3 3D plotting samples
- 11.4 Dual plotting samples
- 11.4.1 SurfC sample
- 11.4.2 SurfA sample
- 11.4.3 Tiles sample
- 11.4.4 Map sample
- 11.4.5 Vect sample
- 11.4.6 VectL sample
- 11.4.7 VectC sample
- 11.4.8 Flow sample
- 11.4.9 Pipe sample
- 11.4.10 Dew sample
- 11.4.11 Surf3C sample
- 11.4.12 Surf3A sample
- 11.4.13 Vect 3D sample
- 11.4.14 VectL 3D sample
- 11.4.15 VectC 3D sample
- 11.4.16 Flow 3D sample
- 11.4.17 Pipe 3D sample
- 11.4.18 Crust sample
- 11.4.19 Dots sample
- 11.5 Additional features
- 11.5.1 Legend sample
- 11.5.2 Adding mesh sample
- 11.5.3 Surf & Cont sample
- 11.5.4 Flow & Dens sample
- 11.5.5 Several light sample
- 11.5.6 Mirrored surface sample
- 11.5.7 Cont with labels sample
- 11.5.8 Ternary plot sample
- 11.5.9 Coloring by coordinates sample
- 11.5.10 Drops sample
- 11.5.11 Molecules drawing sample
- 11.6 Advanced features
- 11.1 1D plotting samples
- A. TeX-like symbols
- B. GNU Free Documentation License
- Index
| [Top] | [Contents] | [Index] | [ ? ] |
