![]() |
PG2PLplot
Aid in the conversion from PGPlot to PLplot in Fortran programs
|
PG2PLplot module. More...
Functions/Subroutines | |
subroutine | do_init () |
Variables | |
real(plflt), parameter | ch_fac = 0.35_plflt |
Conversion factor for the character height. More... | |
logical, parameter | compatibility_warnings = .true. |
real(plflt) | xcur =0. |
real(plflt) | ycur =0. |
integer | save_level = 0 |
integer, parameter | max_level = 20 |
integer, parameter | max_open = 100 |
real(plflt), parameter | mm_per_inch = 25.4 |
integer, dimension(max_level) | save_ffamily |
integer, dimension(max_level) | save_fstyle |
integer, dimension(max_level) | save_fweight |
integer, dimension(max_level) | save_lwidth |
integer, dimension(max_level) | save_lstyle |
integer, dimension(max_level) | save_color |
integer | cur_lwidth =1 |
integer | cur_color =1 |
integer | cur_lstyle =1 |
integer | devid =0 |
logical | is_init |
real(plflt) | paper_width |
real(plflt) | paper_ratio |
PG2PLplot module.
subroutine pg2plplot::do_init | ( | ) |
real(plflt), parameter pg2plplot::ch_fac = 0.35_plflt |
Conversion factor for the character height.
Definition at line 35 of file pg2plplot.f90.
logical, parameter pg2plplot::compatibility_warnings = .true. |
integer pg2plplot::cur_color =1 |
Definition at line 50 of file pg2plplot.f90.
integer pg2plplot::cur_lstyle =1 |
Definition at line 50 of file pg2plplot.f90.
integer pg2plplot::cur_lwidth =1 |
Definition at line 50 of file pg2plplot.f90.
integer pg2plplot::devid =0 |
Definition at line 51 of file pg2plplot.f90.
logical pg2plplot::is_init |
Definition at line 52 of file pg2plplot.f90.
integer, parameter pg2plplot::max_level = 20 |
Definition at line 41 of file pg2plplot.f90.
integer, parameter pg2plplot::max_open = 100 |
Definition at line 42 of file pg2plplot.f90.
real(plflt), parameter pg2plplot::mm_per_inch = 25.4 |
Definition at line 43 of file pg2plplot.f90.
real(plflt) pg2plplot::paper_ratio |
Definition at line 53 of file pg2plplot.f90.
Referenced by pgpap().
real(plflt) pg2plplot::paper_width |
Definition at line 53 of file pg2plplot.f90.
Referenced by pgpap().
integer, dimension(max_level) pg2plplot::save_color |
Definition at line 49 of file pg2plplot.f90.
integer, dimension(max_level) pg2plplot::save_ffamily |
Definition at line 44 of file pg2plplot.f90.
integer, dimension(max_level) pg2plplot::save_fstyle |
Definition at line 45 of file pg2plplot.f90.
integer, dimension(max_level) pg2plplot::save_fweight |
Definition at line 46 of file pg2plplot.f90.
integer pg2plplot::save_level = 0 |
Definition at line 40 of file pg2plplot.f90.
integer, dimension(max_level) pg2plplot::save_lstyle |
Definition at line 48 of file pg2plplot.f90.
integer, dimension(max_level) pg2plplot::save_lwidth |
Definition at line 47 of file pg2plplot.f90.
real(plflt) pg2plplot::xcur =0. |
Definition at line 39 of file pg2plplot.f90.
real(plflt) pg2plplot::ycur =0. |
Definition at line 39 of file pg2plplot.f90.