aolabNeuro / aolabNeuro/analyze

function to center color limits on zero

オープン
#118 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Python
スター
7
フォーク
0
平均マージ
22時間 29分
マージ済み PR(30日)
2

説明

some ideas:

pcm = ax.get_children()[9] # need a better way to find the relevant plot
limit = np.max(np.abs(data))
pcm.set_clim((-limit, limit))

also would be useful to have a short function to add a colorbar. the pyplot colorbar() always fails to find the right figure element

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。