aolabNeuro / aolabNeuro/analyze
function to center color limits on zero
オープン
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 はまだ評価されていません。