BaseFrame

class astropy.visualization.wcsaxes.frame.BaseFrame(parent_axes, transform, path=None)[ソース]

ベースクラス: collections.OrderedDict

Frameの基類ですFrameは Spine 実例です。

属性要約

origin \

patch \

transform \

方法要約

draw (レンダラ)

get_color \()

get_linewidth \()

sample \(n_サンプル)

set_color \(色)

フレームの色を設定する。

set_linewidth \(線幅)

フレームの線幅を設ける。

update_spines \()

属性文書

origin
patch
transform

方法文書

draw(renderer)[ソース]
get_color()[ソース]
get_linewidth()[ソース]
sample(n_samples)[ソース]
set_color(color)[ソース]

フレームの色を設定する。

パラメータ
color応力.応力

フレームの色。

set_linewidth(linewidth)[ソース]

フレームの線幅を設ける。

パラメータ
linewidth浮いている.

フレームの線幅(ポンド単位).

abstract update_spines()[ソース]