Ignore:
Timestamp:
Jun 4, 2013, 4:41:53 PM (12 years ago)
Author:
aslmd
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/pp_reload.py

    r960 r977  
    77from optparse import OptionParser ### TBR by argparse
    88from ppclass import pp
     9from ppplot import rainbow
    910# -----------------------------------------------------------------------
    1011parser = OptionParser()
     
    3435        plot.proj = opt.proj
    3536    if opt.colorb is not None:
     37      yeah.colorb = opt.colorb
    3638      for plot in yeah.p:
    3739        plot.colorb = opt.colorb
Note: See TracChangeset for help on using the changeset viewer.