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