par

object par

Factory method shorthand for Parameters

class Object
trait Matchable
class Any
par.type

Value members

Concrete methods

def apply(noLegend: Boolean, yTickSpace: Option[Double], xTickSpace: Option[Double], mainLabDistance: RelFontSize, yLabDistance: RelFontSize, xLabDistance: RelFontSize, rightPadding: RelFontSize, leftPadding: RelFontSize, bottomPadding: RelFontSize, topPadding: RelFontSize, yLineStartFraction: Double, xLineStartFraction: Double, yLineWidthFraction: Double, xLineWidthFraction: Double, yTickLength: RelFontSize, xTickLength: RelFontSize, legendDistance: RelFontSize, legendLayout: Layout, yCustomGrid: Boolean, xCustomGrid: Boolean, origin: Option[(Double, Double)], yLabelRotation: Double, xLabelRotation: Double, frame: Boolean, yHeight: RelFontSize, xWidth: RelFontSize, ygrid: Boolean, xgrid: Boolean, legendWidth: RelFontSize, legendFontSize: RelFontSize, yAxisMargin: Double, xAxisMargin: Double, yNumTicks: Int, xNumTicks: Int, mainFontSize: RelFontSize, yLabFontSize: RelFontSize, xLabFontSize: RelFontSize, extraLegend: Seq[(String, LegendElem)], draw1Line: Boolean, ylim: Option[(Double, Double)], xlim: Option[(Double, Double)], ynames: Seq[(Double, String)], xnames: Seq[(Double, String)], ylab: String, xlab: String, main: String, ylog: Boolean, xlog: Boolean, xNoTickLabel: Boolean, yNoTickLabel: Boolean): Parameters

Factory method of org.nspl.Parameters

Factory method of org.nspl.Parameters

Value parameters:
bottomPadding

padding around the whole plot

draw1Line

draws the y=x line

extraLegend

Items to be added in the plot legend in addition of those derived from the data sources

frame

Draw a rectangular frame around the plot area

leftPadding

padding around the whole plot

legendDistance

Distance of the legend items from other legend items

legendFontSize

Font size of the legend

legendLayout

Layout of the legend items

legendWidth

Width of the legend

main

main plot label (title)

mainFontSize

font size of main

mainLabDistance

main to frame distance

noLegend

skip drawing legend

origin

World/Axis coordinate of where the two axes will intersect. Data driven if empty.

rightPadding

padding around the whole plot

topPadding

padding around the whole plot (includes xlab, ylab, main labels)

xAxisMargin

Defines the limit of the x axis. If xlim is empty then the x axis range is (xmax-xmin) * (1+xAxisMargin)

xCustomGrid

custom grid lines on x axis

xLabDistance

xlab to axis distance

xLabFontSize

font size of xlab

xLabelRotation

x axis label rotation

xLineStartFraction

The start of the line which represents the x axis

xLineWidthFraction

The length of the line visually representing the x axis as a fraction of the logical range of the axis

xNoTickLabel

skip drawing tick labels on x axis

xNumTicks

number of ticks on the x axis

xTickLength

tick length on x axis

xTickSpace

x axis tick spacing, automatic if empty, recommended empty

xWidth

Width of the x axis in relative font size units

xgrid

Draw background grid at major ticks on x axis

xlab

x axis label

xlim

limits (range) of the x axis, data driven if empty

xlog

x axis is in log space

xnames

custom ticks on the x axis with location (in world/axis space) and label

yAxisMargin

Defines the limit of the y axis.

yCustomGrid

custom grid line son y axis

yHeight

height of the y axis in relative font size units

yLabDistance

ylab to axis distance

yLabFontSize

font size of ylab

yLabelRotation

y axis label rotation

yLineStartFraction

The start of the line which represents the x axis

yLineWidthFraction

The length of the line visually representing the y axis as a fraction of the logical range of the axis

yNoTickLabel

skip drawing tick labels on y axis

yNumTicks

number of ticks on the y axis

yTickLength

tick length on y axis

yTickSpace

y axis tick spacing, automatic if empty, recommended empty

ygrid

Draw background grid at major ticks on y axis

ylab

y axis label

ylim

limits (range) of the y axis, data driven if empty

ylog

y axis is in log space

ynames

custo ticks on the y axis