差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
最新のリビジョン両方とも次のリビジョン
programming:python:packages:graph:matplotlib [2018/03/09] – [日本語対応] ikatakosprogramming:python:packages:graph:matplotlib [2018/03/11] ikatakos
行 110: 行 110:
 plt.close() plt.close()
 </sxh> </sxh>
 +
 +====軸を反転する====
 +[[http://nbviewer.jupyter.org/gist/mkatsura/6076766|Jupyter Notebook Viewer]]
 +
 +<sxh python>
 +ax = plt.gca()
 +ax.invert_xaxis()
 +ax.invert_yaxis()
 +</sxh>
 +
 +
programming/python/packages/graph/matplotlib.txt · 最終更新: 2018/03/12 by ikatakos
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0