gnuplot > 관점을 변경하여 3D 좌표 표시 > set view 30,0,1,1/splot "dipoles_170404"
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의 위치 좌표)를 시점을 바꾸면서 표시한다.
우분투에서는 다음을 참고로 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"
set view 30,0,1,1
gnuplot > set view 30,0,1,1
gnuplot > splot "dipoles_170404"
set view 60,0,1,1
gnuplot > set view 60,0,1,1
gnuplot > splot "dipoles_170404"
set view 90,0,1,1
gnuplot > set view 90,0,1,1
gnuplot > splot "dipoles_170404"
본래는 구형인데 상반부의 Dipole 좌표가 잡히지 않았다.
Reference
이 문제에 관하여(gnuplot > 관점을 변경하여 3D 좌표 표시 > set view 30,0,1,1/splot "dipoles_170404"), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/7of9/items/7131de806f9056dc0172텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)