Ignore:
Timestamp:
Jan 24, 2013, 12:45:30 PM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON. Fixed the movie problem when playing in Windows. Added a noproj case for -p for simple 2D plots. Various other small improvements about the aspect of plots (grid, vector width, ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/pp.py

    r822 r864  
    189189    #if typefile not in ["meso","mesoapi"]: name = 'pycommand'
    190190    if opt.save == "gui":    name = 'pycommand'
    191     elif opt.save == "avi":  system("mv -f movie*.avi "+name+".avi")
    192191    elif opt.save == "html": system("cat $PYTHONPATH/header.html > anim.html ; cat zepics >> anim.html ; cat $PYTHONPATH/body.html >> anim.html ; rm -rf zepics "+name+" ; mkdir "+name+" ; mv anim.html image*png "+name)
    193192    f = open(name+'.sh', 'w')
Note: See TracChangeset for help on using the changeset viewer.