setup Subroutine

public subroutine setup(device, fileName, fontScaling, whiteOnBlack, transparent, colormap, figSize)

Setup PlPlot library, optionally overriding defaults

Arguments

TypeIntentOptionalAttributesName
character, intent(in), optional :: device

Output device to use

  • qtwidget
  • svgqt
  • pngqt
character, intent(in), optional :: fileName

Name of file(s) to write to

The text %n will be replaced with the figure number

real(kind=wp), intent(in), optional :: fontScaling

Font scaling relative to default value

logical, intent(in), optional :: whiteOnBlack

Default foreground and background colors

logical, intent(in), optional :: transparent

Transparent background

character, intent(in), optional :: colormap

Colormap to use

integer, intent(in), optional dimension(2):: figSize

Size of figures to produce in pixels


Calls

proc~~setup~~CallsGraph proc~setup setup plsetopt plsetopt proc~setup->plsetopt plsfam plsfam proc~setup->plsfam plsfnam plsfnam proc~setup->plsfnam plfontld plfontld proc~setup->plfontld plsdev plsdev proc~setup->plsdev plinit plinit proc~setup->plinit

Called by

proc~~setup~~CalledByGraph proc~setup setup program~animate animate program~animate->proc~setup program~logo logo program~logo->proc~setup program~basic basic program~basic->proc~setup program~examples examples program~examples->proc~setup

Contents

None