![]() |
(git:b99ca74)
|
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) |
| ... | |
Routines to facilitate writing XMGRACE files.
| subroutine, public xmgrace::xm_write_defaults | ( | integer, intent(in) | iw | ) |
| subroutine, public xmgrace::xm_write_frameport | ( | integer, intent(in) | iw | ) |
| 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 | ||
| ) |
| subroutine, public xmgrace::xm_graph_info | ( | integer, intent(in) | iw, |
| integer, intent(in) | gnum, | ||
| real(kind=dp), intent(in) | linewidth, | ||
| character(len=*) | legend | ||
| ) |