source: trunk/UTIL/PYTHON/planetoplot_v2/set_multiplot.txt @ 929

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############################################
51 ; 1 ; 1 ; 0.0 ; 0.0 ; 22
62 ; 1 ; 2 ; 0.5 ; 0.0 ; 20
7#3 ; 3 ; 1 ; 0.0 ; 1.0 ; 18
83 ; 1 ; 3 ; 0.35 ; 0.0 ; 18
94 ; 2 ; 2 ; 0.35 ; 0.6 ; 18
106 ; 3 ; 2 ; 0.6 ; 1.0 ; 18
118 ; 2 ; 4 ; 0.6 ; 0.6 ; 18
129 ; 3 ; 3 ; 0.6 ; 0.6 ; 18
1312 ; 3 ; 4 ; 0.0 ; 0.2 ; 18
1416 ; 4 ; 4 ; 0.6 ; 0.6 ; 18
Note: See TracBrowser for help on using the repository browser.