(git:b77b4be)
Loading...
Searching...
No Matches
xmgrace Module Reference

Routines to facilitate writing XMGRACE files. More...

Functions/Subroutines

subroutine, public xm_write_defaults (iw)
 ...
 
subroutine, public xm_write_frameport (iw)
 ...
 
subroutine, public xm_write_frame (iw, wcoord, title, subtitle, xlabel, ylabel)
 ...
 
subroutine, public xm_graph_info (iw, gnum, linewidth, legend)
 ...
 
subroutine, public xm_graph_data (iw, gnum, gdata)
 ...
 

Detailed Description

Routines to facilitate writing XMGRACE files.

History
none
Author
JGH (10.02.2025)

Function/Subroutine Documentation

◆ xm_write_defaults()

subroutine, public xmgrace::xm_write_defaults ( integer, intent(in)  iw)

...

Parameters
iw...

Definition at line 35 of file xmgrace.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ xm_write_frameport()

subroutine, public xmgrace::xm_write_frameport ( integer, intent(in)  iw)

...

Parameters
iw...

Definition at line 92 of file xmgrace.F.

Here is the caller graph for this function:

◆ xm_write_frame()

subroutine, public xmgrace::xm_write_frame ( integer, intent(in)  iw,
real(kind=dp), dimension(:)  wcoord,
character(len=*)  title,
character(len=*)  subtitle,
character(len=*)  xlabel,
character(len=*)  ylabel 
)

...

Parameters
iw...
wcoord...
title...
subtitle...
xlabel...
ylabel...

Definition at line 121 of file xmgrace.F.

Here is the caller graph for this function:

◆ xm_graph_info()

subroutine, public xmgrace::xm_graph_info ( integer, intent(in)  iw,
integer, intent(in)  gnum,
real(kind=dp), intent(in)  linewidth,
character(len=*)  legend 
)

...

Parameters
iw...
gnum...
linewidth...
legend...

Definition at line 252 of file xmgrace.F.

Here is the caller graph for this function:

◆ xm_graph_data()

subroutine, public xmgrace::xm_graph_data ( integer, intent(in)  iw,
integer, intent(in)  gnum,
real(kind=dp), dimension(:, :)  gdata 
)

...

Parameters
iw...
gnum...
gdata...

Definition at line 322 of file xmgrace.F.

Here is the caller graph for this function: