source: trunk/UTIL/PYTHON/planetoplot_v2/set_ppclass.txt @ 977

Last change on this file since 977 was 977, checked in by aslmd, 12 years ago

UTIL PYTHON planetoplot_v2. Added rainbow spahetti plot based on an idea by Alizee. Simply set a colormap for a 1D plot and you get it. Also added in pp_reload (simple rainbow function in ppplot). Added also xmin and xmax capabilitiy. Fixed various bugs related to dummy axis, logarithmic axes. Removed time_counter from set_ppclass.txt it is useless in most cases.

File size: 599 bytes
Line 
1###
2### set_ppclass.txt
3###
4  # x-axis: possible names to search for. add in the line with a separating ;
5  #
6longitude;longi;Longitude;lon;XLONG;XLONG_M
7  # y-axis: possible names to search for. add in the line with a separating ;
8  #
9latitude;lati;Latitude;lat;XLAT;XLAT_M
10  # z-axis: possible names to search for. add in the line with a separating ;
11  #
12altitude;Alt;vert;presnivs;bottom_top;altitude_abg
13  # t-axis: possible names to search for. add in the line with a separating ;
14  #
15Times;time;Time;Ls
16  # area: possible names to search for. add in the line with a separating ;
17  #
18area;aire
Note: See TracBrowser for help on using the repository browser.