Last change
on this file since 929 was
923,
checked in by aslmd, 12 years ago
|
UTIL PYTHON planetoplot_v2
PPCLASS AND PPPLOT
- added global plot settings in pp() objects
- self is returned for each method to allow e.g. one-line get + attribution
- added labeling of 1D plots
- fine-tuning of plot appearance (e.g. vector key)
- corrected a problem with plotin (same object can be referred to all along)
- fixed meanarea for 1D requests
PP.PY
- no more -f for pp.py (files are simply given as arguments!)
- added missing options to pp.py
- nice informative header
PP_RELOAD.PY
- pp_reload.py can now change colorbars and 1D markers
EXAMPLES
- general update of examples + few additions
- added a nice example tide with mixed 2D+1D plots
|
File size:
431 bytes
|
Line | |
---|
1 | ############################################ |
---|
2 | ## set_multiplot.txt |
---|
3 | ## numplot, subv, subh, wspace, hspace, font |
---|
4 | ############################################ |
---|
5 | 1 ; 1 ; 1 ; 0.0 ; 0.0 ; 22 |
---|
6 | 2 ; 1 ; 2 ; 0.5 ; 0.0 ; 20 |
---|
7 | #3 ; 3 ; 1 ; 0.0 ; 1.0 ; 18 |
---|
8 | 3 ; 1 ; 3 ; 0.35 ; 0.0 ; 18 |
---|
9 | 4 ; 2 ; 2 ; 0.35 ; 0.6 ; 18 |
---|
10 | 6 ; 3 ; 2 ; 0.6 ; 1.0 ; 18 |
---|
11 | 8 ; 2 ; 4 ; 0.6 ; 0.6 ; 18 |
---|
12 | 9 ; 3 ; 3 ; 0.6 ; 0.6 ; 18 |
---|
13 | 12 ; 3 ; 4 ; 0.0 ; 0.2 ; 18 |
---|
14 | 16 ; 4 ; 4 ; 0.6 ; 0.6 ; 18 |
---|
Note: See
TracBrowser
for help on using the repository browser.