use size option of gneplot2, and more

This commit is contained in:
tTh
2022-11-26 13:01:37 +01:00
parent 1cb5dc13bb
commit d0ac316652
3 changed files with 28 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ program essai
integer :: foo, bar
integer :: nbarg
integer :: numframe = 0
character(len=32) :: arg
character(len=256) :: arg
! write(0, *) "------------ essai graf anim ---------------"
@@ -16,7 +16,7 @@ program essai
read (arg, *) numframe
endif
! write(0, '(A20, I5)') "frame number =", numframe
write(0, '(A20, I5)') "frame number =", numframe
call init_genplot("essai.genplot")
call do_frame(7)