Skip to content

aymeric-spiga/planetoplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 with pp() objects
  • ppplot.py: plot class
  • ppcompute.py: computation class
  • bin
  • pp.py: main command line utility to use ppclass [HELP with pp.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 plotting
  • set_back.txt: setting file: predefined backgrounds for plotting
  • set_multiplot.txt: setting file: predefined coefficients for multiplots
  • set_ppclass.txt: setting file: predefined variables for x,y,z,t
  • set_var.txt: setting file: predefined colorbars, format, labels, etc... for variables
  • example

  • tutorial