LoginSignup
3
3

More than 5 years have passed since last update.

Matplotlib > view_init(elev=None, azim=None)のデフォルト値 > elev = 30, azim = -60

Last updated at Posted at 2017-09-10
動作環境
GeForce GTX 1070 (8GB)
ASRock Z170M Pro4S [Intel Z170chipset]
Ubuntu 16.04 LTS desktop amd64
TensorFlow v1.2.1
cuDNN v5.1 for Linux
CUDA v8.0
Python 3.5.2
IPython 6.0.0 -- An enhanced Interactive Python.
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)

https://matplotlib.org/mpl_toolkits/mplot3d/api.html
に掲載されているViewを変更するAPI

view_init(elev=None, azim=None)

デフォルト値が書いていないような気がする。

以下で見つけた。
https://github.com/matplotlib/matplotlib/blob/master/lib/mpl_toolkits/mplot3d/axes3d.py

      ================   =========================================
      Keyword            Description
      ================   =========================================
      *azim*             Azimuthal viewing angle (default -60)
      *elev*             Elevation viewing angle (default 30)
      *zscale*           [%(scale)s]
      *sharez*           Other axes to share z-limits with
      *proj_type*        'persp' or 'ortho' (default 'persp')
      ================   =========================================

こういうのはバージョンが上がると変更されるのだろうか。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3