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