示例#1
0
文件: plot.py 项目: trmrsh/trm-dnl
def psetupa():
    """After-device open setup"""
    """Pre-device open setup"""
    if PLPLOT:
        plg.plwidth(2)
    else:
        plg.pgscf(2)
        plg.pgslw(2)
示例#2
0
文件: plot.py 项目: trmrsh/trm-dnl
def plfont(ifont):
    if PLPLOT:
        plg.plfont(ifont)
    else:
        plg.pgscf(ifont)