Ejemplo n.º 1
0
 def get_markeredgewidth(self, a):
     return get_mpl_first(self._artists, 'markeredgewidth')
Ejemplo n.º 2
0
 def get_markeredgecolor(self, a):
     return get_mpl_first(self._artists, 'markeredgecolor')
Ejemplo n.º 3
0
 def get_markersize(self, a):
     return get_mpl_first(self._artists, 'markersize')
Ejemplo n.º 4
0
 def get_linestyle(self, a):
     return get_mpl_first(self._artists, 'linestyle')
Ejemplo n.º 5
0
 def get_linewidth(self, a):
     return get_mpl_first(self._artists, 'linewidth')
Ejemplo n.º 6
0
 def get_alpha(self, a):
     return get_mpl_first(self._artists, 'alpha')
Ejemplo n.º 7
0
 def get_color(self, a):
     return get_mpl_first(self._artists, 'color')
Ejemplo n.º 8
0
 def get_fill(self, a):
     return get_mpl_first(self._artists, 'fill')
Ejemplo n.º 9
0
 def get_alpha(self, a):
     return get_mpl_first(self._artists, 'alpha')
Ejemplo n.º 10
0
 def get_markersize(self, a):
     return get_mpl_first(self._artists, 'markersize')
Ejemplo n.º 11
0
 def get_markeredgewidth(self,  a):
     return get_mpl_first(self._artists, 'markeredgewidth')
Ejemplo n.º 12
0
 def get_markeredgecolor(self,  a):
     return get_mpl_first(self._artists, 'markeredgecolor')
Ejemplo n.º 13
0
 def get_linewidth(self, a):
     return get_mpl_first(self._artists, 'linewidth')
Ejemplo n.º 14
0
 def get_linestyle(self, a):
     return get_mpl_first(self._artists, 'linestyle')
Ejemplo n.º 15
0
 def get_color(self, a):
     return get_mpl_first(self._artists, 'color')
Ejemplo n.º 16
0
 def get_fill(self, a):
     return get_mpl_first(self._artists, 'fill')