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