fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
FuncAnimation
Function
18 statements
Source File
fortplot_animation_core.f90
fortplot_animation_core
FuncAnimation
Contents
public function FuncAnimation(animate_func, frames, interval, fig) result(anim)
Arguments
Type
Intent
Optional
Attributes
Name
procedure(
animate_interface
)
::
animate_func
integer,
intent(in)
::
frames
integer,
intent(in),
optional
::
interval
type(
figure_t
),
intent(in),
optional,
target
::
fig
Return Value
type(
animation_t
)