Ejemplo n.º 1
0
 def setLineAttributes(self, line):
     """
     Set attributes linecolor, linewidth and linetype from line l.
     l can be a line name defined in vcs.elements or a line object
     :param line:
     :return:
     """
     vcs.setLineAttributes(self, line)
Ejemplo n.º 2
0
 def setLineAttributes(self, line):
     '''
     Set attributes linecolor, linewidth and linetype from line l.
     l can be a line name defined in vcs.elements or a line object
     '''
     vcs.setLineAttributes(self, line)