show Subroutine

public subroutine show()

Arguments

None

Description

Show the plots end finialize the PlPlot library

Calls

proc~~show~~CallsGraph proc~show show plend plend proc~show->plend
Help

Called By

proc~~show~~CalledByGraph proc~show show program~basic_prg basic_prg program~basic_prg->proc~show program~examples_prg examples_prg program~examples_prg->proc~show program~animate_prg animate_prg program~animate_prg->proc~show program~logo_prg logo_prg program~logo_prg->proc~show
Help

Source Code

	subroutine show
		!! Show the plots end finialize the PlPlot library
		if(.not.didShow) then
			call plend()
			didShow = .true.
		end if
	end subroutine show