plot2d ~master (2022-01-15T15:41:32.7834376)
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