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