예제 #1
0
#from vcs import Meshes

#################################################################################
#                                                                               #
# Set up the User's  directory if necessary. Copy files from      #
# $PYTHONHOME/bin to the newly created $HOME/.uvcdat directory.          #
#                                                                               #
#################################################################################
install_vcs._files()

#################################################################################
#                                                                               #
# Set the user's XGKSFontDir environment variable.                              #
#                                                                               #
#################################################################################
install_vcs._XGKSFontDir()

#################################################################################
#                                                                               #
# Construct a VCS Canvas Object.                                                #
#                                                                               #
#################################################################################

# Initialize the list of taylor diagrams objects

def init(gui = 0, mode=1, pause_time=0, call_from_gui=0, size=None, backend="vtk"):
    '''
 Function: init                 # Initialize, Construct a VCS Canvas Object

 Description of Function:
    Construct the VCS Canas object. There can only be at most 8 VCS
예제 #2
0
#from vcs import Meshes

#################################################################################
#                                                                               #
# Set up the User's PCMDI_GRAPHICS directory if necessary. Copy files from      #
# $PYTHONHOME/bin to the newly created $HOME/PCMDI_GRAPHICS directory.          #
#                                                                               #
#################################################################################
install_vcs._files()

#################################################################################
#                                                                               #
# Set the user's XGKSFontDir environment variable.                              #
#                                                                               #
#################################################################################
install_vcs._XGKSFontDir()

#################################################################################
#                                                                               #
# Construct a VCS Canvas Object.                                                #
#                                                                               #
#################################################################################

# Initialize the list of taylor diagrams objects


def init(gui=0, mode=1, pause_time=0, call_from_gui=0, size=None):
    '''
 Function: init                 # Initialize, Construct a VCS Canvas Object

 Description of Function: