Plot Properties

Fonts

Font sizes are set either at the global level (for Global and SuperTitle), or Axis level (for all others). Each axis can have different values for font sizes.

enum JSL::Fonts::Target

A Font::Target enumerates the possible fontsizes which can be set by the gnuplot regime. Used in either the Axis::SetFontSize function or gnuplot::SetFontSize.

Values:

enumerator Global
enumerator SuperTitle
enumerator Title
enumerator Label
enumerator Legend

LineStyles

enum JSL::LineType

Values:

enumerator Solid
enumerator Dash
enumerator DashDot
enumerator Dotted
enumerator DashDotDot

Scatter Styles

enum JSL::ScatterType

Values:

enumerator Dot
enumerator Plus
enumerator Cross
enumerator Star
enumerator OpenSquare
enumerator FilledSquare
enumerator OpenCircle
enumerator FilledCircle
enumerator OpenDelta
enumerator FilledDelta
enumerator OpenNabla
enumerator FilledNabla
enumerator OpenDiamond
enumerator FilledDiamond