PLANETOPLOT: a cool python-based tool to plot stuff and explore data
- To get sources through git
git clone https://github.com/aymeric-spiga/planetoplot
- To get sources through SVN
svn co https://github.com/aymeric-spiga/planetoplot/trunk planetoplot
- To get a static ZIP file of the current version of the code, click here
- To install, see INSTALL notes
- To look at examples and learn how to use, see the main TUTORIAL.
- To share experience and examples, write in the WIKI. A complete list of tutorials can also be found in the wiki.
Link to a list of papers using planetoplot
Contents
modules
ppclass.py
: main class withpp()
objectsppplot.py
: plot classppcompute.py
: computation class
bin
pp.py
: main command line utility to use ppclass [HELP withpp.py -h
]pp_reload.py
: command line utility to load saved plot objects*.ppobj
asciiplot.py
: a simple script to easily plot data in a text file
settings
set_area.txt
: setting file: predefined areas for plottingset_back.txt
: setting file: predefined backgrounds for plottingset_multiplot.txt
: setting file: predefined coefficients for multiplotsset_ppclass.txt
: setting file: predefined variables for x,y,z,tset_var.txt
: setting file: predefined colorbars, format, labels, etc... for variables
-
example
-
tutorial