LoginSignup
0
0

More than 5 years have passed since last update.

gnuplot > 視点を変更して3D座標を表示する > set view 30,0,1,1 / splot "dipoles_170404"

Last updated at Posted at 2017-04-03
動作環境
GeForce GTX 1070 (8GB)
ASRock Z170M Pro4S [Intel Z170chipset]
Ubuntu 14.04 LTS desktop amd64
TensorFlow v0.11
cuDNN v5.1 for Linux
CUDA v8.0
Python 2.7.6
IPython 5.1.0 -- An enhanced Interactive Python.
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
GNU bash, version 4.3.8(1)-release (x86_64-pc-linux-gnu)
gnuplot 4.6 patchlevel 4

3次元のデータ(粒子のDipoleの位置座標)を視点を変えながら表示する。

Ubuntuでは以下を参考にgnuplotのエラー回避をしました。
Gnuplot で Terminal type set to 'unknown' と出力されてグラフが表示されないときは
情報感謝です。

読込みファイル: dipoles_170404

$ head dipoles_170404 
-0.209440 -1.466077 -5.235988
0.209440 -1.466077 -5.235988
-1.047198 -1.047198 -5.235988
-0.628319 -1.047198 -5.235988
-0.209440 -1.047198 -5.235988
0.209440 -1.047198 -5.235988
0.628319 -1.047198 -5.235988
1.047198 -1.047198 -5.235988
-1.047198 -0.628319 -5.235988
-0.628319 -0.628319 -5.235988

参考 視点の変更

set view 0,0,1,1

gnuplot> set view 0,0,1,1
gnuplot> splot "dipoles_170404"

qiita.png

set view 30,0,1,1

gnuplot> set view 30,0,1,1
gnuplot> splot "dipoles_170404"

qiita.png

set view 60,0,1,1

gnuplot> set view 60,0,1,1
gnuplot> splot "dipoles_170404"

qiita.png

set view 90,0,1,1

gnuplot> set view 90,0,1,1
gnuplot> splot "dipoles_170404"

qiita.png

本来は球形なのに、上半分のDipoleの座標が取れていない。

0
0
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
0
0