コード例 #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
ファイル: fig_axspanc.py プロジェクト: piScope/piScope
 def get_alpha(self, a):
     return get_mpl_first(self._artists, 'alpha')
コード例 #10
0
ファイル: fig_axline.py プロジェクト: piScope/piScope
 def get_markersize(self, a):
     return get_mpl_first(self._artists, 'markersize')
コード例 #11
0
ファイル: fig_axline.py プロジェクト: piScope/piScope
 def get_markeredgewidth(self,  a):
     return get_mpl_first(self._artists, 'markeredgewidth')
コード例 #12
0
ファイル: fig_axline.py プロジェクト: piScope/piScope
 def get_markeredgecolor(self,  a):
     return get_mpl_first(self._artists, 'markeredgecolor')
コード例 #13
0
ファイル: fig_axline.py プロジェクト: piScope/piScope
 def get_linewidth(self, a):
     return get_mpl_first(self._artists, 'linewidth')
コード例 #14
0
ファイル: fig_axline.py プロジェクト: piScope/piScope
 def get_linestyle(self, a):
     return get_mpl_first(self._artists, 'linestyle')
コード例 #15
0
ファイル: fig_axline.py プロジェクト: piScope/piScope
 def get_color(self, a):
     return get_mpl_first(self._artists, 'color')
コード例 #16
0
ファイル: fig_axspan.py プロジェクト: piScope/piScope
 def get_fill(self, a):
     return get_mpl_first(self._artists, 'fill')