FrontPage/Python/Scipy+Numpy

ドキュメント

→公式リファレンス

Contour

pyplot.contour

contour(Z)
contour(Z, corner_mask=False, colors=(mpl_colors),  alpha = (float), cmap=Colormap, NORM=Normalize, vmin=scalar, vmax=scalar, levels=[float], origin=['upper'|'lower'|'image'], extent=(x0,x1,y0,y1), locator=?, extend=補完?
contour(Z, cmap='hot')

Colormap

pyplot.Colormap

mpl_cmap.png

→ Documenting the matplotlib colormaps

matplotlib.specgram

ガボールウェーブレットの結果をスペクトログラムの様に表示したいが、imshow()だと、縦横比がおかしくなったり、目盛が逆になったりして、1か月ぐらいはまっていた。そこで、matplotlib.specgramの中身を確認すると、imshow()を使っていることが分かった。前処理を含み参考にしてgwtspecgramを実装する。

→matplotlib.specgram

noimg
around,right
トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS