[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 MathGL and PyQt
- 2.7 Hints
- 2.7.1 “Compound” graphics
- 2.7.2 Two axes in one plot
- 2.7.3 Titles for the plot
- 2.7.4 Changing of the color range
- 2.7.5 Management of a point cutting
- 2.7.6 Vector field visualization
- 2.7.7 Several light sources
- 2.7.8 CutMin and CutMax features
- 2.7.9 Mapping visualization
- 2.7.10 Log-scaled plot
- 2.7.11 “Templates”
- 2.7.12 Nonlinear fitting hints
- 2.7.13 PDE solving hints
- 2.7.14 MGL parser using
- 2.7.15 Stereo image
- 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 Data distributions
- 3.17 Frames/Animation
- 3.18 IDTF functions
- 4. Plotter classes
- 5. Widget classes
- 6. mglData class
- 7. Other classes
- 8. MGL language
- 8.1 Graphics setup (MGL)
- 8.2 Axis settings (MGL)
- 8.3 Transformation matrix (MGL)
- 8.4 Export to file (MGL)
- 8.5 Primitives drawing
- 8.6 Text printing (MGL)
- 8.7 Axis and Colorbar (MGL)
- 8.8 Legend (MGL)
- 8.9 1D plotting (MGL)
- 8.10 2D plotting (MGL)
- 8.11 3D plotting (MGL)
- 8.12 Dual plotting (MGL)
- 8.13 Vector fields (MGL)
- 8.14 Other plotting (MGL)
- 8.15 Nonlinear fitting (MGL)
- 8.16 Data create (MGL)
- 8.17 Data filling (MGL)
- 8.18 Rearrange data (MGL)
- 8.19 File I/O (MGL)
- 8.20 Make another data (MGL)
- 8.21 Change data (MGL)
- 8.22 Operators (MGL)
- 8.23 Program flow (MGL)
- 8.24 Command options (MGL)
- 8.25 Suffixes for variable
- 8.26 Utilities for parsing MGL
- 9. Samples
- 9.1 1D plotting samples
- 9.1.1 Plot sample
- 9.1.2 Radar sample
- 9.1.3 Tens sample
- 9.1.4 Area sample
- 9.1.5 Area with gradient filling sample
- 9.1.6 Bars sample
- 9.1.7 Bars 2 colors sample
- 9.1.8 Bars above sample
- 9.1.9 Bars fall sample
- 9.1.10 Barh sample
- 9.1.11 Step sample
- 9.1.12 Stem sample
- 9.1.13 Region sample
- 9.1.14 Region gradient sample
- 9.1.15 Error sample
- 9.1.16 BoxPlot sample
- 9.1.17 Mark sample
- 9.1.18 TextMark sample
- 9.1.19 Tube sample
- 9.1.20 Text sample
- 9.1.21 Torus sample
- 9.1.22 Chart sample
- 9.1.23 Pie chart sample
- 9.1.24 Ring chart sample
- 9.2 2D plotting samples
- 9.2.1 Surf sample
- 9.2.2 Transparent surface sample
- 9.2.3 Surface in fog sample
- 9.2.4 Sharp colors sample
- 9.2.5 Mesh sample
- 9.2.6 Fall sample
- 9.2.7 Belt sample
- 9.2.8 Tile sample
- 9.2.9 Boxs sample
- 9.2.10 Dens sample
- 9.2.11 Cont sample
- 9.2.12 ContF sample
- 9.2.13 ContD sample
- 9.2.14 Axial sample
- 9.2.15 Grad sample
- 9.3 3D plotting samples
- 9.4 Dual plotting samples
- 9.4.1 SurfC sample
- 9.4.2 SurfA sample
- 9.4.3 TileS sample
- 9.4.4 Map sample
- 9.4.5 Traj sample
- 9.4.6 Vect sample
- 9.4.7 VectL sample
- 9.4.8 VectC sample
- 9.4.9 Flow sample
- 9.4.10 Pipe sample
- 9.4.11 Dew sample
- 9.4.12 Surf3C sample
- 9.4.13 Surf3A sample
- 9.4.14 Vect 3D sample
- 9.4.15 VectL 3D sample
- 9.4.16 VectC 3D sample
- 9.4.17 Flow 3D sample
- 9.4.18 Pipe 3D sample
- 9.4.19 Crust sample
- 9.4.20 Dots sample
- 9.5 Basic features
- 9.5.1 1D plot sample
- 9.5.2 2D plot sample
- 9.5.3 3D plot sample
- 9.5.4 Line styles sample
- 9.5.5 Arrow styles sample
- 9.5.6 Text styles sample
- 9.5.7 TeX parsing sample
- 9.5.8 Font faces sample
- 9.5.9 Colors sample
- 9.5.10 Color schemes sample
- 9.5.11 Normal transparency
- 9.5.12 Glass-like transparency
- 9.5.13 Lamp-like transparency
- 9.6 Additional features
- 9.6.1 Legend sample
- 9.6.2 Adding mesh sample
- 9.6.3 Surf & Cont sample
- 9.6.4 Flow & Dens sample
- 9.6.5 Several light sample
- 9.6.6 Mirrored surface sample
- 9.6.7 Cont with labels sample
- 9.6.8 Ternary plot sample
- 9.6.9 Quaternary plot sample
- 9.6.10 Coloring by coordinates sample
- 9.6.11 Drops sample
- 9.6.12 Molecules drawing sample
- 9.7 Advanced features
- 9.7.1 Curvelinear coorinates sample
- 9.7.2 2-axes sample
- 9.7.3 Semi-log sample
- 9.7.4 Log-log sample
- 9.7.5 Fitting sample
- 9.7.6 Envelop sample
- 9.7.7 Sew sample
- 9.7.8 STFA sample
- 9.7.9 PDE sample
- 9.7.10 Beam tracing sample
- 9.7.11 Parser sample
- 9.7.12 Tick values sample
- 9.7.13 ColumnPlot sample
- 9.7.14 StickPlot sample
- 9.7.15 Stereo image sample
- 9.1 1D plotting samples
- A. TeX-like symbols
- B. GNU Free Documentation License
- Index
[Top] | [Contents] | [Index] | [ ? ] |