text.Text【テキスト】3.5
メモ
概要
- テキストのクラス
関連
外部リンク
構文
class matplotlib.text.Text(x=0, y=0, text='', color=None, verticalalignment='baseline', horizontalalignment='left', multialignment=None, fontproperties=None, rotation=None, linespacing=None, rotation_mode=None, usetex=None, wrap=False, transform_rotates_text=False, *3.5, parse_math3.5 =True, **kwargs)
xx位置
yy位置
textテキスト
color前景色
verticalalignment垂直方向の配置
horizontalalignment水平方向の配置
multialignment複数行のテキスト配置
fontpropertiesフォントプロパティ
rotationテキストの回転
linespacing行間隔
rotation_mode回転モード
usetexTeX の使用有無
wrapテキストの折り返し有無
transform_rotates_text回転変換のテキスト方向影響の有無
parse_math (キーワード引数)3.5mathtext解析の有無
kwargs (可変長キーワード引数)キーワードで Text【テキスト】のプロパティ 指定
Text【テキスト】のプロパティ
取得:get_~( )
設定:set_~( )
プロパティ | 型 | デフォルト | 取得 | 設定 | 備考 | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
agg_filter | ○ | ○ | agg フィルター | ||||||||||||||||||||||||||||||||||||||||||||||
alpha | スカラー None | ○ | ○ | アルファ値 (0:透明 ~ 1:不透明) | |||||||||||||||||||||||||||||||||||||||||||||
animated | bool | ○ | ○ | アニメーション使用の有無 | |||||||||||||||||||||||||||||||||||||||||||||
backgroundcolor | color【色定義】 | - | ● | 背景色 | |||||||||||||||||||||||||||||||||||||||||||||
bbox | dict with properties for patches.FancyBboxPatch | - | ● | ||||||||||||||||||||||||||||||||||||||||||||||
clip_box | Bbox | ○ | ● | ||||||||||||||||||||||||||||||||||||||||||||||
clip_on | bool | ○ | ● | クリッピングの有無 (True:範囲内のみ描画 / False:範囲外にも描画可) | |||||||||||||||||||||||||||||||||||||||||||||
clip_path | Patch (Path, Transform) None | ○ | ● | ||||||||||||||||||||||||||||||||||||||||||||||
color c 3.1 | color【色定義】 | ● | ● | 前景色 | |||||||||||||||||||||||||||||||||||||||||||||
contains3.3 | ○ | ○ | ピッカーイベント (参照:picker【ピッカーイベント】) | ||||||||||||||||||||||||||||||||||||||||||||||
figure | Figure | ○ | ○ | 所属フィギュア | |||||||||||||||||||||||||||||||||||||||||||||
fontfamily family3.1 | str | ● | ● | フォントファミリー (フォント名)
| |||||||||||||||||||||||||||||||||||||||||||||
fontname3.1 | str | フォント名 (上記参照) | |||||||||||||||||||||||||||||||||||||||||||||||
fontproperties font3.3 font_properties3.1 | font_manager.FontProperties str3.3 pathlib.Path3.3 | ● | ● | フォントプロパティ
| |||||||||||||||||||||||||||||||||||||||||||||
fontsize size3.1 | float str | ● | ● | フォントサイズ
| |||||||||||||||||||||||||||||||||||||||||||||
fontstretch stretch3.1 | 数値 str | - | ● | フォント拡張
| |||||||||||||||||||||||||||||||||||||||||||||
fontstyle style3.1 | str | ● | ● | フォントスタイル
| |||||||||||||||||||||||||||||||||||||||||||||
fontvariant variant3.1 | str | ● | ● |
| |||||||||||||||||||||||||||||||||||||||||||||
fontweight weight3.1 | 数値 str | ● | ● | フォントの太さ
| |||||||||||||||||||||||||||||||||||||||||||||
gid | str | ○ | ○ | グループId (識別子として利用可) | |||||||||||||||||||||||||||||||||||||||||||||
horizontalalignment ha3.1 | str | ● | ● | 水平方向の配置
| |||||||||||||||||||||||||||||||||||||||||||||
in_layout | bool | ○ | ○ | レイアウト計算に含めるか否か | |||||||||||||||||||||||||||||||||||||||||||||
label | object | ○ | ○ | ラベル | |||||||||||||||||||||||||||||||||||||||||||||
linespacing | float (multiple of font size) | - | ● | 行間隔 (フォントサイズの倍数) | |||||||||||||||||||||||||||||||||||||||||||||
math_fontfamily 3.4 | str | ● | ● | 'dejavusans', 'dejavuserif', 'cm', 'stix', 'stixsans' and 'custom'. | |||||||||||||||||||||||||||||||||||||||||||||
multialignment ma3.1 | str | - | ● | 複数行のテキスト配置
| |||||||||||||||||||||||||||||||||||||||||||||
parse_math 3.5 | bool | ● | ● | mathtext解析の有無 | |||||||||||||||||||||||||||||||||||||||||||||
path_effects | AbstractPathEffect | ○ | ○ | ||||||||||||||||||||||||||||||||||||||||||||||
picker | None bool float callable | ○ | ○ | None: bool:ピッカーイベント有無 float: callable:ピッカーイベント | |||||||||||||||||||||||||||||||||||||||||||||
position | (float, float) | ● | ● | 位置座標 (x, y) | |||||||||||||||||||||||||||||||||||||||||||||
rasterized | bool | ○ | ○ | ラスタライズ(ビットマップ) 描画強制の有無 | |||||||||||||||||||||||||||||||||||||||||||||
rotation | float str | ● | ● | テキストの回転
| |||||||||||||||||||||||||||||||||||||||||||||
rotation_mode | None str | ● | ● | 回転モード
| |||||||||||||||||||||||||||||||||||||||||||||
sketch_params | (scale: float, length: float, randomness: float) | ○ | ○ | ||||||||||||||||||||||||||||||||||||||||||||||
snap | bool None | ○ | ○ | スナップ (ピクセル位置補正) の有無 (Agg・MacOSX バックエンドのみサポート) | |||||||||||||||||||||||||||||||||||||||||||||
text | object | ● | ● | テキスト | |||||||||||||||||||||||||||||||||||||||||||||
transform | Transform | ○ | ○ | ||||||||||||||||||||||||||||||||||||||||||||||
transform_rotates_text | bool | ● | ● | 回転変換のテキスト方向影響の有無 | |||||||||||||||||||||||||||||||||||||||||||||
url | str | ○ | ○ | ハイパーリンクURL (SVG のみ対応) | |||||||||||||||||||||||||||||||||||||||||||||
usetex | bool None | ● | ● | TeX の使用有無 | |||||||||||||||||||||||||||||||||||||||||||||
verticalalignment va3.1 | str | ● | ● | 垂直方向の配置
| |||||||||||||||||||||||||||||||||||||||||||||
visible | bool | ○ | ○ | 表示有無 | |||||||||||||||||||||||||||||||||||||||||||||
wrap | bool | ● | ● | テキストの折り返し有無 | |||||||||||||||||||||||||||||||||||||||||||||
x | float | - | ● | x位置 | |||||||||||||||||||||||||||||||||||||||||||||
y | float | - | ● | y位置 | |||||||||||||||||||||||||||||||||||||||||||||
zorder | float | ○ | ○ | Zオーダー (大きい方が手前) |