mpl_toolkits.axes_grid1.anchored_artists.AnchoredEllipse #

クラス mpl_toolkits.axes_grid1.anchored_artists. AnchoredEllipse ( transform , width , height , angle , loc , pad = 0.1 , borderpad = 0.1 , prop = None , frameon = True , ** kwargs ) [source] #

拠点:AnchoredOffsetbox

指定されたサイズの固定された楕円を描画します。

パラメータ:
変身matplotlib.transforms.Transform

使用中の座標系の変換オブジェクト、つまり matplotlib.axes.Axes.transData.

幅、高さフロート

transformの座標で指定された、楕円の幅と高さ 。

アングルフロート

反時計回りの楕円の回転 (度単位)。

ロック文字列

楕円の位置。有効な位置は、「左上」、「中央上部」、「右上」、「左中央」、「中央」、「右中央」、「左下」、「中央下」、「右下」です。下位互換性のために、数値も受け入れられます。詳細については、パラメータlocを参照Legendしてください。

パッドフロート、デフォルト: 0.1

フォント サイズの分数で、楕円の周りにパディングします。

ボーダーパッドフロート、デフォルト: 0.1

フォント サイズの分数でのボーダー パディング。

frameon bool、デフォルト: True

True の場合、楕円の周りにボックスを描画します。

小道具matplotlib.font_manager.FontProperties、オプション

パディングの参照として使用されるフォント プロパティ。

**kwargs

に転送されたキーワード引数AnchoredOffsetbox

属性:
楕円matplotlib.patches.Ellipse

楕円パッチが描画されます。

set ( * , agg_filter=<UNSET> , alpha=<UNSET > , animation=<UNSET > , bbox_to_anchor=<UNSET> , child=<UNSET> , clip_box=<UNSET> , clip_on=<UNSET> , clip_path=<UNSET > , gid=<UNSET> , height=<UNSET> , in_layout=<UNSET> , label=<UNSET> , mouseover=<UNSET> , offset=<UNSET> , path_effects=<UNSET> , picker=<UNSET> , rasterized=<UNSET> ,sketch_params=<UNSET> ,snap=<UNSET> , transform=<UNSET> , url=<UNSET> , visible=<UNSET> , width=<UNSET> , zorder=<UNSET> ) [source] #

一度に複数のプロパティを設定します。

サポートされているプロパティは

財産

説明

agg_filter

(m, n, 3) float 配列と dpi 値を取り、(m, n, 3) 配列と画像の左下隅からの 2 つのオフセットを返すフィルター関数

alpha

スカラーまたはなし

animated

ブール

bbox_to_anchor

わからない

child

わからない

clip_box

Bbox

clip_on

ブール

clip_path

パッチまたは (パス、変換) またはなし

figure

Figure

gid

height

浮く

in_layout

ブール

label

物体

mouseover

ブール

offset

(float、float) または呼び出し可能

path_effects

AbstractPathEffect

picker

None または bool または float または callable

rasterized

ブール

sketch_params

(位取り: float、長さ: float、乱数: float)

snap

ブールまたはなし

transform

Transform

url

visible

ブール

width

浮く

zorder

浮く

#を使用した例mpl_toolkits.axes_grid1.anchored_artists.AnchoredEllipse

シンプルな固定アーティスト

シンプルな固定アーティスト

シンプルな固定アーティスト