japanhas.blogg.se

Simply fortran aplot routine
Simply fortran aplot routine










Arguments Argumentįortran subroutine add_dataset (p, x, y) DescriptionĪdds a dataset to an existing plot variable. false.įortran subroutine set_title (p, nm) Description true., return from this call immediately. On Windows, the optional async argument, when true, will cause the routine to return from the call to display_plot immediately.

simply fortran aplot routine

The plot must be configured entirely prior to calling this routine. Arguments Argumentįortran (Windows Only) subroutine display_plot (p, async) Descriptionĭisplays a plot and blocks program execution until the user closes the window.

simply fortran aplot routine simply fortran aplot routine

The following constants are used by the library: Plot Type APLOT_STYLE_LINEįortran function initialize_plot () DescriptionĪ derived type that internally represents the plot itself destroy_plotįortran subroutine destroy_plot (p) Descriptionĭestroys an existing plot, freeing any memory associated with it. The following page outlines the application programming interface for the Aplot library.












Simply fortran aplot routine