plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
Label.Formatter
plot2d
label
Label
Undocumented in source.
interface
Label
static
interface
Formatter {
string
x
(double value, double step);
string
maxXValue
();
string
y
(double value, double step);
string
maxYValue
();
}
Members
Functions
maxXValue
string
maxXValue
()
Undocumented in source.
maxYValue
string
maxYValue
()
Undocumented in source.
x
string
x
(double value, double step)
Undocumented in source.
y
string
y
(double value, double step)
Undocumented in source.
Meta
Source
See Implementation
plot2d
label
Label
classes
DefaultFormatter
interfaces
Formatter
static functions
defaultFmtFunc