Skip to content

Instantly share code, notes, and snippets.

@YujiSODE
Created June 19, 2022 03:27
Show Gist options
  • Save YujiSODE/5cc990c612c652a5a34beca6e9ec70c1 to your computer and use it in GitHub Desktop.
Save YujiSODE/5cc990c612c652a5a34beca6e9ec70c1 to your computer and use it in GitHub Desktop.
Memo: gnuplot_changeView_sample
#gnuplot_changeView_sample.gp
#to change viewing angle for splot
#
#show default view
show view
#splot sin(x)
#
#view: 0,0
#set view 0,0
#show view
#splot sin(x)
#
#view: 60,0
set view 60,0
#show view
splot sin(x)
#
pause -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment