Line2D クラス

Line2D クラス (matplotlib.lines モジュール)

[APIドキュメント]

class Line2D(Artist)

継承関係:matplotlib.artist.Artist → matplotlib.lines.Line2D

プロパティ

※ matplotlibにおけるプロパティについて

antialiased / aa

color / c

dash_capstyle

dash_joinstyle

dashes

data

drawstyle / ds

fillstyle

linestyle / ls

linewidth / lw

@

線の太さをポイント数で指定します。

setter / getter

set_linewidth(w)

[APIドキュメント]

  • 引数
    • w : 線の太さ(ポイント) <float>

get_linewidth()

[APIドキュメント]

marker

markeredgecolor / mec

markeredgewidth / mew

markerfacecolor / mfc

markerfacecoloralt / mfcalt

markersize / ms

markevery

pickradius

solid_capstyle

solid_joinstyle

transform

xdata

ydata

インスタンスメソッド