Ignore:
Timestamp:
Sep 5, 2013, 2:28:49 PM (11 years ago)
Author:
aslmd
Message:

UTIL PYTHON planetoplot_v2

  • added keywords nxticks nyticks xp yp missing for improved plot settings
  • added function to print contents of pp object
  • added to ppplot a function figureref to easily set a figure of given size
  • bug fix affecting .ppobj objects containing fields with missing values
  • bug fix when size of z coordinate do not match field
  • bug fix for Ls time coordinates (added changetime=correctls)
  • bug fix if not connected to internet
  • tidying up examples
Location:
trunk/UTIL/PYTHON/planetoplot_v2/examples
Files:
26 added
16 deleted
11 moved

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/examples/additional/just_color_and_title.py

    r1027 r1029  
    33
    44anewversion = pp()
    5 anewversion.defineplot(loadfile="../demo_data/gw.ppobj")
     5anewversion.defineplot(loadfile="../../demo_data/gw.ppobj")
    66for plot in anewversion.p:
    77    plot.colorb = "Paired"
    8     plot.title = "This is a psychedelic plot"
     8    plot.title = "Psychedelic plot!"
    99anewversion.makeplot()
  • trunk/UTIL/PYTHON/planetoplot_v2/examples/additional/vertpress.py

    r1027 r1029  
    44prof = pp()
    55prof.verbose = True
    6 prof.file = "/home/aymeric/Big_Data/case_night.nc"
     6#prof.file = "/home/aymeric/Big_Data/case_night.nc"
     7prof.file = "/home/aymeric/Big_Data/GALE/wrfout_d03_2024-06-09_00:00:00_z"
    78prof.var = "tk"
    89prof.t = [10.,20.]
    9 prof.x = 30
    10 prof.y = 30
     10prof.x = -5. #30
     11prof.y = 138. #30
    1112prof.filename = "vertpress"
    1213
Note: See TracChangeset for help on using the changeset viewer.