PG2PLplot
Aid in the conversion from PGPlot to PLplot in Fortran programs
All Namespaces Files Functions Variables Pages
Functions/Subroutines | Variables
pg2plplot Module Reference

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_levelsave_ffamily
 
integer, dimension(max_levelsave_fstyle
 
integer, dimension(max_levelsave_fweight
 
integer, dimension(max_levelsave_lwidth
 
integer, dimension(max_levelsave_lstyle
 
integer, dimension(max_levelsave_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
 

Detailed Description

PG2PLplot module.

Function/Subroutine Documentation

◆ do_init()

subroutine pg2plplot::do_init ( )

Definition at line 59 of file pg2plplot.f90.

References is_init.

Referenced by pgbbuf(), pgpage(), pgpap(), and pgslct().

Variable Documentation

◆ ch_fac

real(plflt), parameter pg2plplot::ch_fac = 0.35_plflt

Conversion factor for the character height.

Definition at line 35 of file pg2plplot.f90.

Referenced by pgqch(), and pgsch().

◆ compatibility_warnings

logical, parameter pg2plplot::compatibility_warnings = .true.

Definition at line 37 of file pg2plplot.f90.

Referenced by pgband(), pgbbuf(), pgconf(), pgebuf(), pgiden(), pgolin(), pgqci(), pgqcir(), pgqcol(), pgsah(), and pgscir().

◆ cur_color

integer pg2plplot::cur_color =1

Definition at line 50 of file pg2plplot.f90.

Referenced by pgsave(), and pgsci().

◆ cur_lstyle

integer pg2plplot::cur_lstyle =1

Definition at line 50 of file pg2plplot.f90.

Referenced by pgqls(), pgsave(), and pgsls().

◆ cur_lwidth

integer pg2plplot::cur_lwidth =1

Definition at line 50 of file pg2plplot.f90.

Referenced by pgqlw(), pgsave(), and pgslw().

◆ devid

integer pg2plplot::devid =0

Definition at line 51 of file pg2plplot.f90.

Referenced by pgopen(), and pgqid().

◆ is_init

logical pg2plplot::is_init

Definition at line 52 of file pg2plplot.f90.

Referenced by do_init(), pgbegin(), and pgopen().

◆ max_level

integer, parameter pg2plplot::max_level = 20

Definition at line 41 of file pg2plplot.f90.

Referenced by pgsave(), and pgunsa().

◆ max_open

integer, parameter pg2plplot::max_open = 100

Definition at line 42 of file pg2plplot.f90.

◆ mm_per_inch

real(plflt), parameter pg2plplot::mm_per_inch = 25.4

Definition at line 43 of file pg2plplot.f90.

Referenced by pgqcs(), pgqvp(), and pgqvsz().

◆ paper_ratio

real(plflt) pg2plplot::paper_ratio

Definition at line 53 of file pg2plplot.f90.

Referenced by pgpap().

◆ paper_width

real(plflt) pg2plplot::paper_width

Definition at line 53 of file pg2plplot.f90.

Referenced by pgpap().

◆ save_color

integer, dimension(max_level) pg2plplot::save_color

Definition at line 49 of file pg2plplot.f90.

Referenced by pgsave(), and pgunsa().

◆ save_ffamily

integer, dimension(max_level) pg2plplot::save_ffamily

Definition at line 44 of file pg2plplot.f90.

Referenced by pgsave(), and pgunsa().

◆ save_fstyle

integer, dimension(max_level) pg2plplot::save_fstyle

Definition at line 45 of file pg2plplot.f90.

Referenced by pgsave(), and pgunsa().

◆ save_fweight

integer, dimension(max_level) pg2plplot::save_fweight

Definition at line 46 of file pg2plplot.f90.

Referenced by pgsave(), and pgunsa().

◆ save_level

integer pg2plplot::save_level = 0

Definition at line 40 of file pg2plplot.f90.

Referenced by pgsave(), and pgunsa().

◆ save_lstyle

integer, dimension(max_level) pg2plplot::save_lstyle

Definition at line 48 of file pg2plplot.f90.

Referenced by pgsave(), and pgunsa().

◆ save_lwidth

integer, dimension(max_level) pg2plplot::save_lwidth

Definition at line 47 of file pg2plplot.f90.

Referenced by pgsave(), and pgunsa().

◆ xcur

real(plflt) pg2plplot::xcur =0.

Definition at line 39 of file pg2plplot.f90.

Referenced by pgdraw(), and pgmove().

◆ ycur

real(plflt) pg2plplot::ycur =0.

Definition at line 39 of file pg2plplot.f90.

Referenced by pgdraw(), and pgmove().