breeze-viz
breeze-viz
breeze.plot
CategoricalPaintScale
CategoricalPaintScaleFactory
DomainFunction
DomainFunction
DynamicHistogramBins
ExportGraphics
Figure
Figure
GradientPaintScale
GradientPaintScaleFactory
HistogramBins
HistogramBins
PaintScale
PaintScale
Category10
Category20
PaintScaleFactory
PaintScaleFactory
Plot
Plot
DelegatingDataset
DelegatingRenderer
Listener
Series
StaticHistogramBins
XYDataset
XYDataset
XYZDataset
XYZDataset
breeze-viz
/
breeze.plot
/
PaintScaleFactory
PaintScaleFactory
trait
PaintScaleFactory
[
T
]
extends
Iterable
[
T
]
=>
PaintScale
[
T
]
Constructs a PaintScale for the given type T by examining a set of its values.
Companion:
object
Graph
Supertypes
Known subtypes
trait
Iterable
[
T
]
=>
PaintScale
[
T
]
class
Object
trait
Matchable
class
Any
class
CategoricalPaintScaleFactory
[
T
]
class
GradientPaintScaleFactory
[
T
]
Value members
Value members
Inherited methods
@unspecialized
def
andThen
[
A
](
g:
PaintScale
[
T
]
=>
A
):
Iterable
[
T
]
=>
A
Inherited from:
Function1
def
apply
(
v1:
Iterable
[
T
]):
PaintScale
[
T
]
Inherited from:
Function1
@unspecialized
def
compose
[
A
](
g:
A
=>
Iterable
[
T
]):
A
=>
PaintScale
[
T
]
Inherited from:
Function1
override
def
toString
():
String
Definition Classes
Function1
->
Any
Inherited from:
Function1